Sanitization changes to reflect other comings and goings
authorStan Shebs <shebs@codesourcery.com>
Sat, 26 Feb 1994 21:42:44 +0000 (21:42 +0000)
committerStan Shebs <shebs@codesourcery.com>
Sat, 26 Feb 1994 21:42:44 +0000 (21:42 +0000)
binutils/.Sanitize

index eac2b1e24ca0fab5f86a634df14945d4d5e8d0ec..6a600517d9e8f109f977f341989d83298312c415 100644 (file)
@@ -1,4 +1,4 @@
-# Sanitize.in for devo/binutils
+# .Sanitize for devo/binutils.
 
 # Each directory to survive its way into a release will need a file
 # like this one called "./.Sanitize".  All keyword lines must exist,
 Do-first:
 
 if ( echo $* | grep keep\-mpw > /dev/null ) ; then
-       keep_these_too="mpw-build.in mpw-make.in ChangeLog.mpw"
+       keep_these_too="mpw-make.in ChangeLog.mpw"
 else
-       lose_these_too="mpw-build.in mpw-make.in ChangeLog.mpw"
+       lose_these_too="mpw-make.in ChangeLog.mpw"
+fi
+
+if ( echo $* | grep keep\-gm > /dev/null ) ; then
+       keep_these_too="mpw-xconfig.in ChangeLog.gm ${keep_these_too}"
+else
+       lose_these_too="mpw-xconfig.in ChangeLog.gm ${lose_these_too}"
 fi
 
 # All files listed between the "Things-to-keep:" line and the