diff options
Diffstat (limited to 'bfd/hosts/.Sanitize')
-rw-r--r-- | bfd/hosts/.Sanitize | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/bfd/hosts/.Sanitize b/bfd/hosts/.Sanitize index 25a425e..8279606 100644 --- a/bfd/hosts/.Sanitize +++ b/bfd/hosts/.Sanitize @@ -1,8 +1,6 @@ -# .Sanitize for devo/include/sys. -# $Id$ -# +# .Sanitize for devo/bfd/hosts -# 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. @@ -17,6 +15,10 @@ Do-first: +if ( echo $* | grep keep\-mpw > /dev/null ) ; then + keep_these_too="mpw.h" +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 |