Keep Lynx files
[deliverable/binutils-gdb.git] / .Sanitize
index f343ef825c47d8e40961bbe3e04559a9c6d810e5..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
 
 
@@ -76,6 +80,7 @@ ld
 libg++
 libgcc
 libiberty
+libio
 m4
 make
 mmalloc
@@ -102,7 +107,6 @@ 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.
This page took 0.023389 seconds and 4 git commands to generate.