* target.h: Add enum target_waitkind, enum target_signal, and
[deliverable/binutils-gdb.git] / .Sanitize
index 13cec5ed9cfd4e81cc6f0e35665f35917a5e62e5..f3e308d296e94ac2f9ec73f85ea7dae6d420b185 100644 (file)
--- a/.Sanitize
+++ b/.Sanitize
 
 Do-first:
 
-if ( echo $* | grep keep\-chill > /dev/null ) ; then
-       keep_these_too="chillrt test-chill"
-fi
-
 if ( echo $* | grep keep\-cygnus > /dev/null) ; then
-       keep_these_too="${keep_these_too} release release-info"
+       keep_these_too="${keep_these_too} release release-info build-all.mk"
+else
+       lose_these_too="${lose_these_too} release release-info build-all.mk"
 fi
 
 
@@ -42,7 +40,6 @@ README
 autoconf
 bfd
 binutils
-build-all.mk
 byacc
 config
 config.guess
@@ -83,6 +80,7 @@ mmalloc
 move-if-change
 newlib
 opcodes
+pagas
 patch
 prms
 rcs
@@ -97,13 +95,13 @@ tk
 test-build.mk
 texinfo
 tgas
+utils
 uudecode
 wdiff
 xiberty
 
 Things-to-lose:
 
-
 # The lines between the "Do-last:" line and the end of the file
 # are executed as a /bin/sh shell script after everything else is
 # done.
@@ -179,32 +177,6 @@ else
        done
 fi
 
-if ( echo $* | grep for\-fsf > /dev/null ) ; then
-       if [ -n "${verbose}" ]; then
-               echo Cleaning up configure.in for FSF release...
-       fi
-       sed '/start\-sanitize\-for\-fsf/,/end\-sanitize\-for\-fsf/d' < configure.in > new
-       if [ -n "${safe}" -a ! -f .Recover/$i ]; then
-               if [ -n "${verbose}" ]; then
-                       echo Caching configure.in in .Recover...
-               fi
-               mv configure.in .Recover
-       fi
-       mv new configure.in
-else
-       if [ -n "${verbose}" ]; then
-               echo Removing sanitize-for-fsf markers from configure.in...
-       fi
-       grep -v sanitize-for-fsf < configure.in > new
-       if [ -n "${safe}" ]; then
-               if [ -n "${verbose}" ]; then
-                       echo Caching configure.in in .Recover...
-               fi
-               mv configure.in .Recover
-       fi
-       mv new configure.in
-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! 1>&2
This page took 0.024475 seconds and 4 git commands to generate.