aboutsummaryrefslogtreecommitdiff
path: root/binutils/.Sanitize
diff options
context:
space:
mode:
Diffstat (limited to 'binutils/.Sanitize')
-rw-r--r--binutils/.Sanitize12
1 files changed, 4 insertions, 8 deletions
diff --git a/binutils/.Sanitize b/binutils/.Sanitize
index 4ba1d4b..81b93ee 100644
--- a/binutils/.Sanitize
+++ b/binutils/.Sanitize
@@ -15,16 +15,12 @@
Do-first:
-if ( echo $* | grep keep\-mpw > /dev/null ) ; then
- keep_these_too="mpw-make.in ChangeLog.mpw"
-else
- lose_these_too="mpw-make.in ChangeLog.mpw"
-fi
+mpw_files="mpw-config.in mpw-make.in ChangeLog.mpw"
-if ( echo $* | grep keep\-gm > /dev/null ) ; then
- keep_these_too="mpw-xconfig.in 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="mpw-xconfig.in 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