diff options
author | David D. Zuhn <zoo@cygnus> | 1993-05-13 19:16:46 +0000 |
---|---|---|
committer | David D. Zuhn <zoo@cygnus> | 1993-05-13 19:16:46 +0000 |
commit | 7d0eab7ba1e7f90a27be0ca82d1bfeacaea97a37 (patch) | |
tree | ab066be9b8ade2aeb064e0c245c16c278353f23a /.Sanitize | |
parent | 204ff785f8cc09ff99d05b87b20a5dfff96bad6c (diff) | |
download | gdb-7d0eab7ba1e7f90a27be0ca82d1bfeacaea97a37.zip gdb-7d0eab7ba1e7f90a27be0ca82d1bfeacaea97a37.tar.gz gdb-7d0eab7ba1e7f90a27be0ca82d1bfeacaea97a37.tar.bz2 |
keep release stuff around for Cygnus releases
Diffstat (limited to '.Sanitize')
-rw-r--r-- | .Sanitize | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |