aboutsummaryrefslogtreecommitdiff
path: root/bfd/.Sanitize
diff options
context:
space:
mode:
authorStan Shebs <shebs@codesourcery.com>1994-01-04 00:38:05 +0000
committerStan Shebs <shebs@codesourcery.com>1994-01-04 00:38:05 +0000
commita92c59065ae14ba88b79ff7a0eff5ce92e16efd2 (patch)
treeec5e11236d2c83f84ae2a3af4b4405b105c0ba4c /bfd/.Sanitize
parentd60e8a540e68e47222cddaacb43ed5775e582400 (diff)
downloadgdb-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/.Sanitize11
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