aboutsummaryrefslogtreecommitdiff
path: root/binutils/.Sanitize
diff options
context:
space:
mode:
Diffstat (limited to 'binutils/.Sanitize')
-rw-r--r--binutils/.Sanitize10
1 files changed, 7 insertions, 3 deletions
diff --git a/binutils/.Sanitize b/binutils/.Sanitize
index ed17d8c..2cf1e66 100644
--- a/binutils/.Sanitize
+++ b/binutils/.Sanitize
@@ -1,7 +1,6 @@
-# Sanitize.in for devo.
-#
+# Sanitize.in for devo/binutils
-# 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.
@@ -16,6 +15,11 @@
Do-first:
+if ( echo $* | grep keep\-mpw > /dev/null ) ; then
+ keep_these_too="mpw-build.in mpw-make.in ChangeLog.mpw"
+else
+ lose_these_too="mpw-build.in mpw-make.in ChangeLog.mpw"
+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.