From e7c4e61cc9fda986784f6eadc9645842a60e0630 Mon Sep 17 00:00:00 2001 From: Stan Shebs Date: Mon, 3 Jan 1994 20:58:02 +0000 Subject: Mon Jan 3 11:44:29 1994 Stan Shebs (shebs@andros.cygnus.com) * mpw-config.in: New file, MPW version of configure.in. * mpw-make.in: New file, MPW version of Makefile.in. Mon Jan 3 12:54:35 1994 Stan Shebs (shebs@andros.cygnus.com) * mpw-xconfig.in: New file, mpw x mips configuration bits. --- opcodes/.Sanitize | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'opcodes/.Sanitize') diff --git a/opcodes/.Sanitize b/opcodes/.Sanitize index e548587..cbbf57e 100644 --- a/opcodes/.Sanitize +++ b/opcodes/.Sanitize @@ -1,6 +1,6 @@ -# Sanitize.in for devo/opcodes. +# .Sanitize for devo/opcodes -# 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. @@ -15,6 +15,13 @@ Do-first: +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 +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. # Directories listed in this section will have their own Sanitize -- cgit v1.1