aboutsummaryrefslogtreecommitdiff
path: root/bfd/.Sanitize
diff options
context:
space:
mode:
authorStan Shebs <shebs@codesourcery.com>1994-06-28 02:12:13 +0000
committerStan Shebs <shebs@codesourcery.com>1994-06-28 02:12:13 +0000
commit75c8a303bb763e9dce300939f2e1e8d074817c58 (patch)
tree8e6ae32a30a4ac3707940973c9bb6a6fe5b279ec /bfd/.Sanitize
parent40b559d27fb6d0ccd773975cff006622e00a323f (diff)
downloadgdb-75c8a303bb763e9dce300939f2e1e8d074817c58.zip
gdb-75c8a303bb763e9dce300939f2e1e8d074817c58.tar.gz
gdb-75c8a303bb763e9dce300939f2e1e8d074817c58.tar.bz2
Remove more GM-specific stuff.
Diffstat (limited to 'bfd/.Sanitize')
-rw-r--r--bfd/.Sanitize12
1 files changed, 4 insertions, 8 deletions
diff --git a/bfd/.Sanitize b/bfd/.Sanitize
index afb00b8..10059df 100644
--- a/bfd/.Sanitize
+++ b/bfd/.Sanitize
@@ -15,16 +15,12 @@
Do-first:
-if ( echo $* | grep keep\-mpw > /dev/null ) ; then
- keep_these_too="mpw-make.in mpw-config.in ChangeLog.mpw ${keep_these_too}"
-else
- lose_these_too="mpw-make.in mpw-config.in ChangeLog.mpw ${lose_these_too}"
-fi
+mpw_files="mpw-config.in mpw-make.in ChangeLog.mpw"
-if ( echo $* | grep keep\-gm > /dev/null ) ; then
- keep_these_too="ChangeLog.gm ${keep_these_too}"
+if ( echo $* | grep keep\-mpw > /dev/null ) ; then
+ keep_these_too="${mpw_files} ${keep_these_too}"
else
- lose_these_too="ChangeLog.gm ${lose_these_too}"
+ lose_these_too="${mpw_files} ${lose_these_too}"
fi
# All files listed between the "Things-to-keep:" line and the