diff options
author | John Gilmore <gnu@cygnus> | 1991-11-21 01:56:17 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1991-11-21 01:56:17 +0000 |
commit | 9ba6d81f638519f9dd8b4a740c00c099991e3174 (patch) | |
tree | aebee95bc01a978d1a48a7f85a56ae325e3beaa0 | |
parent | 768be6e12bda562ecab1834a8a92e6b636301946 (diff) | |
download | gdb-9ba6d81f638519f9dd8b4a740c00c099991e3174.zip gdb-9ba6d81f638519f9dd8b4a740c00c099991e3174.tar.gz gdb-9ba6d81f638519f9dd8b4a740c00c099991e3174.tar.bz2 |
Avoid duplicate echo.
-rw-r--r-- | bfd/.Sanitize | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/bfd/.Sanitize b/bfd/.Sanitize index 2fe9536..1717a3a 100644 --- a/bfd/.Sanitize +++ b/bfd/.Sanitize @@ -17,8 +17,6 @@ Do-first: -echo Sanitizing `pwd`. - # All files listed between the "Things-to-keep:" line and the # "Files-to-sed:" line will be kept. All other files will be removed. # Directories listed in this section will have their own Sanitize @@ -117,7 +115,10 @@ echo Done in `pwd`. # # # $Log$ -# Revision 1.29 1991/11/17 21:38:05 bothner +# Revision 1.30 1991/11/21 01:56:17 gnu +# Avoid duplicate echo. +# +# Revision 1.29 1991/11/17 21:38:05 bothner # * targets.c: Make the default target_vector contain # just &DEFAULT_VECTOR. This makes executables a lot smaller. # Old behavior can be gotten by defining ALL_TARGETS. |