diff options
author | Stan Shebs <shebs@codesourcery.com> | 1994-02-01 03:48:54 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1994-02-01 03:48:54 +0000 |
commit | 2323d13b5cb6d37bd9b6155dd4a91ebb13a3a7d4 (patch) | |
tree | 6be08c840fcfcf6471eb29874ca0070a3fe21562 /include/.Sanitize | |
parent | e680d7378135df198e6c5887256f34bfae60db48 (diff) | |
download | gdb-2323d13b5cb6d37bd9b6155dd4a91ebb13a3a7d4.zip gdb-2323d13b5cb6d37bd9b6155dd4a91ebb13a3a7d4.tar.gz gdb-2323d13b5cb6d37bd9b6155dd4a91ebb13a3a7d4.tar.bz2 |
Keep or lose MPW subdir
Diffstat (limited to 'include/.Sanitize')
-rw-r--r-- | include/.Sanitize | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/include/.Sanitize b/include/.Sanitize index 8959c33..5930f76 100644 --- a/include/.Sanitize +++ b/include/.Sanitize @@ -1,8 +1,6 @@ -# Sanitize.in for devo. -# $Id$ -# +# .Sanitize for devo/include. -# Each directory to survive it's way into a release will need a file +# Each directory to survive its way into a release will need a file # like this one called "./.Sanitize". All keyword lines must exist, # and must exist in the order specified by this file. Each directory # in the tree will be processed, top down, in the following order. @@ -13,10 +11,16 @@ # The lines between the "Do-first:" line and the "Things-to-keep:" # line are executed as a /bin/sh shell script before anything else is -# done in this +# done in this directory. Do-first: +if ( echo $* | grep keep\-mpw > /dev/null ) ; then + keep_these_too="mpw" +else + lose_these_too="mpw" +fi + # All files listed between the "Things-to-keep:" line and the # "Files-to-sed:" line will be kept. All other files will be removed. # Directories listed in this section will have their own Sanitize |