From: Fred Fish Date: Tue, 12 Oct 1993 02:42:30 +0000 (+0000) Subject: Add chillrt test-chill release release-info to lose_these_too if they X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=80cad9ccad693bf4d0293b2011800c2048714c4a;p=binutils-gdb.git Add chillrt test-chill release release-info to lose_these_too if they are not added to keep_these_too. --- diff --git a/.Sanitize b/.Sanitize index fac69bfd699..5de585dd1f5 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