aboutsummaryrefslogtreecommitdiff
path: root/.Sanitize
diff options
context:
space:
mode:
authorFred Fish <fnf@specifix.com>1993-10-12 02:42:30 +0000
committerFred Fish <fnf@specifix.com>1993-10-12 02:42:30 +0000
commit80cad9ccad693bf4d0293b2011800c2048714c4a (patch)
tree057af876ee0048d39bddfdf506b7c80982504035 /.Sanitize
parent2dd45209498165a9bd359b7c43744a5120823e4d (diff)
downloadfsf-binutils-gdb-80cad9ccad693bf4d0293b2011800c2048714c4a.zip
fsf-binutils-gdb-80cad9ccad693bf4d0293b2011800c2048714c4a.tar.gz
fsf-binutils-gdb-80cad9ccad693bf4d0293b2011800c2048714c4a.tar.bz2
Add chillrt test-chill release release-info to lose_these_too if they
are not added to keep_these_too.
Diffstat (limited to '.Sanitize')
-rw-r--r--.Sanitize4
1 files changed, 4 insertions, 0 deletions
diff --git a/.Sanitize b/.Sanitize
index fac69bf..5de585d 100644
--- 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