aboutsummaryrefslogtreecommitdiff
path: root/binutils
diff options
context:
space:
mode:
authorStan Shebs <shebs@codesourcery.com>1994-02-26 21:42:44 +0000
committerStan Shebs <shebs@codesourcery.com>1994-02-26 21:42:44 +0000
commit7d1257bb57efb2ef4d14d9d7e0dd645a8d027886 (patch)
treea046a5f004659753cb4f158cd8495caaff39c0d9 /binutils
parenta284b7fcc058682cac88883817eb81c6cba1ee21 (diff)
downloadgdb-7d1257bb57efb2ef4d14d9d7e0dd645a8d027886.zip
gdb-7d1257bb57efb2ef4d14d9d7e0dd645a8d027886.tar.gz
gdb-7d1257bb57efb2ef4d14d9d7e0dd645a8d027886.tar.bz2
Sanitization changes to reflect other comings and goings
Diffstat (limited to 'binutils')
-rw-r--r--binutils/.Sanitize12
1 files changed, 9 insertions, 3 deletions
diff --git a/binutils/.Sanitize b/binutils/.Sanitize
index eac2b1e..6a60051 100644
--- a/binutils/.Sanitize
+++ b/binutils/.Sanitize
@@ -1,4 +1,4 @@
-# Sanitize.in for devo/binutils
+# .Sanitize for devo/binutils.
# Each directory to survive its way into a release will need a file
# like this one called "./.Sanitize". All keyword lines must exist,
@@ -16,9 +16,15 @@
Do-first:
if ( echo $* | grep keep\-mpw > /dev/null ) ; then
- keep_these_too="mpw-build.in mpw-make.in ChangeLog.mpw"
+ keep_these_too="mpw-make.in ChangeLog.mpw"
else
- lose_these_too="mpw-build.in mpw-make.in ChangeLog.mpw"
+ lose_these_too="mpw-make.in ChangeLog.mpw"
+fi
+
+if ( echo $* | grep keep\-gm > /dev/null ) ; then
+ keep_these_too="mpw-xconfig.in ChangeLog.gm ${keep_these_too}"
+else
+ lose_these_too="mpw-xconfig.in ChangeLog.gm ${lose_these_too}"
fi
# All files listed between the "Things-to-keep:" line and the