From: David D. Zuhn Date: Thu, 13 May 1993 19:16:46 +0000 (+0000) Subject: keep release stuff around for Cygnus releases X-Git-Tag: gdb-4_18~19237 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7d0eab7ba1e7f90a27be0ca82d1bfeacaea97a37;p=external%2Fbinutils.git keep release stuff around for Cygnus releases --- diff --git a/.Sanitize b/.Sanitize index bde9f40..31ebb7c 100644 --- a/.Sanitize +++ b/.Sanitize @@ -19,6 +19,11 @@ 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" +fi + + # All files listed between the "Things-to-keep:" line and the # "Do-last:" line will be kept. All other files will be removed. # Directories listed in this section will have their own Sanitize