diff options
author | Stan Shebs <shebs@codesourcery.com> | 1994-01-04 00:38:05 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1994-01-04 00:38:05 +0000 |
commit | a92c59065ae14ba88b79ff7a0eff5ce92e16efd2 (patch) | |
tree | ec5e11236d2c83f84ae2a3af4b4405b105c0ba4c /bfd/.Sanitize | |
parent | d60e8a540e68e47222cddaacb43ed5775e582400 (diff) | |
download | gdb-a92c59065ae14ba88b79ff7a0eff5ce92e16efd2.zip gdb-a92c59065ae14ba88b79ff7a0eff5ce92e16efd2.tar.gz gdb-a92c59065ae14ba88b79ff7a0eff5ce92e16efd2.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.
Mon Jan 3 13:00:07 1994 Stan Shebs (shebs@andros.cygnus.com)
* mpw-xconfig.in: New file, mpw x mips configuration bits.
Diffstat (limited to 'bfd/.Sanitize')
-rw-r--r-- | bfd/.Sanitize | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/bfd/.Sanitize b/bfd/.Sanitize index 0e844a7..daa8802 100644 --- a/bfd/.Sanitize +++ b/bfd/.Sanitize @@ -1,6 +1,6 @@ -# Sanitize.in for devo/bfd. +# .Sanitize for devo/bfd -# 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. @@ -21,6 +21,13 @@ else lose_these_too="elf64-sparc.c" fi +if ( echo $* | grep keep\-mpw > /dev/null ) ; then + keep_these_too="mpw-make.in mpw-config.in ChangeLog.mpw" + if ( echo $* | grep keep\-gm > /dev/null ) ; then + keep_these_too="mpw-xconfig.in ChangeLog.gm ${keep_these_too}" + fi +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 |