aboutsummaryrefslogtreecommitdiff
path: root/binutils/.Sanitize
diff options
context:
space:
mode:
authorStan Shebs <shebs@codesourcery.com>1994-01-23 00:34:31 +0000
committerStan Shebs <shebs@codesourcery.com>1994-01-23 00:34:31 +0000
commit5fd519935375244703d86b9ceaa71a041afb60ff (patch)
tree134fa5a0eb7acd10ca1eebe0d2b3744f2ab48fd2 /binutils/.Sanitize
parent378536737534d2a8710807f1e5fbed43d372e6a4 (diff)
downloadgdb-5fd519935375244703d86b9ceaa71a041afb60ff.zip
gdb-5fd519935375244703d86b9ceaa71a041afb60ff.tar.gz
gdb-5fd519935375244703d86b9ceaa71a041afb60ff.tar.bz2
Sat Jan 22 16:25:09 1994 Stan Shebs (shebs@andros.cygnus.com)
* mpw-build.in: New file, build script fragment for MPW make. * mpw-make.in: New file, MPW makefile fragment for binutils. (Normally automatically generated from Makefile.in.)
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.