aboutsummaryrefslogtreecommitdiff
path: root/bfd/.Sanitize
diff options
context:
space:
mode:
authorStan Shebs <shebs@codesourcery.com>1994-01-11 01:15:02 +0000
committerStan Shebs <shebs@codesourcery.com>1994-01-11 01:15:02 +0000
commite4c7516baa7149615a81db566a538f1299513ee8 (patch)
tree65d063b6e3847b75557df9ab8986f81b317bf105 /bfd/.Sanitize
parentef11827815da14caecffa7d888b6e3304dee2aef (diff)
downloadgdb-e4c7516baa7149615a81db566a538f1299513ee8.zip
gdb-e4c7516baa7149615a81db566a538f1299513ee8.tar.gz
gdb-e4c7516baa7149615a81db566a538f1299513ee8.tar.bz2
Set lose_these_too correctly
Diffstat (limited to 'bfd/.Sanitize')
-rw-r--r--bfd/.Sanitize13
1 files changed, 9 insertions, 4 deletions
diff --git a/bfd/.Sanitize b/bfd/.Sanitize
index 4707a0a..67faaa8 100644
--- a/bfd/.Sanitize
+++ b/bfd/.Sanitize
@@ -22,10 +22,15 @@ else
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
+ 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
+
+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