diff options
author | Stan Shebs <shebs@codesourcery.com> | 1994-01-03 20:58:02 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1994-01-03 20:58:02 +0000 |
commit | e7c4e61cc9fda986784f6eadc9645842a60e0630 (patch) | |
tree | d1bce4d60b4614b6a98e8ea3e6004bec9a6b2b55 /opcodes/.Sanitize | |
parent | e1beb23045e46be16ada8a5012256b505f2790b2 (diff) | |
download | gdb-e7c4e61cc9fda986784f6eadc9645842a60e0630.zip gdb-e7c4e61cc9fda986784f6eadc9645842a60e0630.tar.gz gdb-e7c4e61cc9fda986784f6eadc9645842a60e0630.tar.bz2 |
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.
Diffstat (limited to 'opcodes/.Sanitize')
-rw-r--r-- | opcodes/.Sanitize | 11 |
1 files changed, 9 insertions, 2 deletions
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 |