From a92c59065ae14ba88b79ff7a0eff5ce92e16efd2 Mon Sep 17 00:00:00 2001 From: Stan Shebs Date: Tue, 4 Jan 1994 00:38:05 +0000 Subject: Mon Jan 3 10:59:28 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. * hosts/mpw.h: New file, MPW host definitions. Mon Jan 3 13:00:07 1994 Stan Shebs (shebs@andros.cygnus.com) * mpw-xconfig.in: New file, mpw x mips configuration bits. --- bfd/.Sanitize | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'bfd/.Sanitize') diff --git a/bfd/.Sanitize b/bfd/.Sanitize index 0e844a7..daa8802 100644 --- a/bfd/.Sanitize +++ b/bfd/.Sanitize @@ -1,6 +1,6 @@ -# Sanitize.in for devo/bfd. +# .Sanitize for devo/bfd -# 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. @@ -21,6 +21,13 @@ else lose_these_too="elf64-sparc.c" fi +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