* gdb.texinfo (help targets): Changed to `help target', which
[deliverable/binutils-gdb.git] / .Sanitize
index 752630c340aecf2b70362b1505a7e40c023588f7..a955c5d92bed0041c302a7afa114fd24a522e11e 100644 (file)
--- a/.Sanitize
+++ b/.Sanitize
@@ -15,7 +15,7 @@
 
 Do-first:
 
-cygnus_files = "release release-info build-all.mk"
+cygnus_files="release release-info build-all.mk"
 
 if ( echo $* | grep keep\-cygnus > /dev/null) ; then
        keep_these_too="${keep_these_too} ${cygnus_files}"
@@ -23,7 +23,7 @@ else
        lose_these_too="${lose_these_too} ${cygnus_files}"
 fi
 
-mpw_files = "mpw-README mpw-configure mpw-config.in mpw-build.in ChangeLog.mpw"
+mpw_files="mpw-README mpw-configure mpw-config.in mpw-build.in ChangeLog.mpw"
 
 if ( echo $* | grep keep\-mpw > /dev/null) ; then
        keep_these_too="${keep_these_too} ${mpw_files}"
@@ -54,12 +54,12 @@ config
 config.guess
 config.sub
 configure
-configure.bat
 configure.in
 cvs
 deja-gnu
 dejagnu
 diff
+dosrel
 dvips
 emacs
 etc
@@ -134,36 +134,6 @@ if [ -n "${safe}" -a ! -f .Recover/Makefile.in ] ; then
 fi
 mv new Makefile.in
 
-if [ -n "${verbose}" ] ; then
-       echo Looking for signs of \"v9\"...
-fi
-
-# Don't try to clean directories here, as the 'mv' command will fail.
-# Also, grep fails on NFS mounted directories.
-if ( echo $* | grep keep\-v9 > /dev/null ) ; then
-       for i in * ; do
-               if test ! -d $i && (grep sanitize-v9 $i > /dev/null) ; then
-                       if [ -n "${verbose}" ] ; then
-                               echo Keeping v9 stuff in $i
-                       fi
-               fi
-       done
-else
-       for i in * ; do
-               if test ! -d $i && (grep sanitize-v9 $i > /dev/null) ; then
-                       if [ -n "${verbose}" ] ; then
-                               echo Cleaning the \"v9\" out of $i...
-                       fi
-                       cp $i new
-                       sed '/start\-sanitize\-v9/,/end-\sanitize\-v9/d' < $i > new
-                       if [ -n "${safe}" -a ! -f .Recover/$i ] ; then
-                               mv $i .Recover
-                       fi
-                       mv new $i
-               fi
-       done
-fi
-
 if [ -n "${verbose}" ] ; then
        echo Thawing away the \"chill\"...
 fi
This page took 0.023938 seconds and 4 git commands to generate.