diff options
author | Stan Shebs <shebs@codesourcery.com> | 1994-01-04 00:34:05 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1994-01-04 00:34:05 +0000 |
commit | d60e8a540e68e47222cddaacb43ed5775e582400 (patch) | |
tree | 655838e1781ae51951390e33f4d32bf551b4ea36 /bfd/hosts/.Sanitize | |
parent | 83acd9a2182285014e3e6dd1fdb30d7299c7cce2 (diff) | |
download | gdb-d60e8a540e68e47222cddaacb43ed5775e582400.zip gdb-d60e8a540e68e47222cddaacb43ed5775e582400.tar.gz gdb-d60e8a540e68e47222cddaacb43ed5775e582400.tar.bz2 |
Mon Jan 3 10:59:28 1994 Stan Shebs (shebs@andros.cygnus.com)
* mpw-config.in: New file, MPW version of configure.in.
* mpw-make.in: New file, MPW version of Makefile.in.
* hosts/mpw.h: New file, MPW host definitions.
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 |