fix the .Sanitize
authorStan Shebs <shebs@codesourcery.com>
Tue, 4 Jan 1994 21:18:15 +0000 (21:18 +0000)
committerStan Shebs <shebs@codesourcery.com>
Tue, 4 Jan 1994 21:18:15 +0000 (21:18 +0000)
gas/.Sanitize
gas/config/.Sanitize

index 86d1a7133f60f9ce38e1c8aa9157655260711ba9..0146e18125884ece2f5b852a2e3fffe4c97a0876 100644 (file)
@@ -1,7 +1,6 @@
-# Sanitize.in for devo.
-#
+# .Sanitize for devo/gas
 
-# 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.
 
 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.
index f378c52401be8721a2f55de288724e93d707633e..e502330266cea6f5f0acb324be2fc1e21c78d462 100644 (file)
@@ -1,8 +1,6 @@
-# Sanitize.in for devo.
-# $Id$
-#
+# .Sanitize for devo/gas/config
 
-# 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.
@@ -17,7 +15,9 @@
 
 Do-first:
 
-
+if ( echo $* | grep keep\-mpw > /dev/null ) ; then
+       keep_these_too="ho-mpw.h"
+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.