Keep Lynx files
[deliverable/binutils-gdb.git] / .Sanitize
index fac69bfd699a6026eb704e52b04979540d24d0b1..749c90073945373f0a6961aead02ea810b9ca1da 100644 (file)
--- a/.Sanitize
+++ b/.Sanitize
@@ -17,10 +17,14 @@ Do-first:
 
 if ( echo $* | grep keep\-chill > /dev/null ) ; then
        keep_these_too="chillrt test-chill"
+else
+       lose_these_too="chillrt test-chill"
 fi
 
 if ( echo $* | grep keep\-cygnus > /dev/null) ; then
        keep_these_too="${keep_these_too} release release-info"
+else
+       lose_these_too="${lose_these_too} release release-info"
 fi
 
 
@@ -178,32 +182,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.023519 seconds and 4 git commands to generate.