From 5fd519935375244703d86b9ceaa71a041afb60ff Mon Sep 17 00:00:00 2001 From: Stan Shebs Date: Sun, 23 Jan 1994 00:34:31 +0000 Subject: 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.) --- binutils/.Sanitize | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'binutils/.Sanitize') diff --git a/binutils/.Sanitize b/binutils/.Sanitize index ed17d8c313b..2cf1e666bf3 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. -- cgit v1.2.1