]> Git Repo - binutils.git/blobdiff - .Sanitize
Re-install UDI comments.
[binutils.git] / .Sanitize
index 1d77d20d2c155347b40c0010737c105121aecd0a..df20f70e78d9046b117eb577dd4fdcad3a712d87 100644 (file)
--- a/.Sanitize
+++ b/.Sanitize
@@ -24,17 +24,19 @@ Do-first:
 Things-to-keep:
 
 .cvsignore
+COPYING
+COPYING.LIB
 CYGNUS
 ChangeLog
+INSTALL
 Makefile.in
 README
+SUPPORTED
 autoconf
 bfd
 binutils
-bison
 byacc
 cfg-paper.texi
-clib
 config
 config.sub
 configure
@@ -43,6 +45,7 @@ configure.in
 configure.man
 configure.texi
 cvs
+deja-gnu
 diff
 emacs
 flex
@@ -55,6 +58,7 @@ glob
 gprof
 grep
 include
+install.texinfo
 ispell
 ld
 libg++
@@ -64,6 +68,7 @@ make
 mmalloc
 move-if-change
 newlib
+opcodes
 patch
 prms
 rcs
@@ -104,30 +109,6 @@ else
        done
 fi
 
-echo Looking for signs of \"life\"...
-
-# Don't try to clean directories here, as the 'mv' command will fail.
-# Also, grep fails on NFS mounted directories.
-if ( echo $* | grep keep\-life > /dev/null ) ; then
-       for i in * ; do
-               if test ! -d $i && (grep sanitize-life $i > /dev/null) ; then
-                       echo Keeping life alive in $i
-               fi
-       done
-else
-       for i in * ; do
-               if test ! -d $i && (grep sanitize-life $i > /dev/null) ; then
-                       echo Beating the \"life\" out of $i...
-                       cp $i new
-                       sed '/start\-sanitize\-life/,/end-\sanitize\-life/d' < $i > new
-                       if [ -n "${safe}" -a ! -f .Recover/$i ] ; then
-                               mv $i .Recover
-                       fi
-                       mv new $i
-               fi
-       done
-fi
-
 for i in * ; do
        if test ! -d $i && (grep sanitize $i > /dev/null) ; then
                echo Some mentions of Sanitize are still left in $i!
This page took 0.023765 seconds and 4 git commands to generate.