A slight simplication.
authorStan Shebs <shebs@codesourcery.com>
Tue, 26 Apr 1994 19:53:12 +0000 (19:53 +0000)
committerStan Shebs <shebs@codesourcery.com>
Tue, 26 Apr 1994 19:53:12 +0000 (19:53 +0000)
.Sanitize

index a6b756b..752630c 100644 (file)
--- a/.Sanitize
+++ b/.Sanitize
 
 Do-first:
 
+cygnus_files = "release release-info build-all.mk"
+
 if ( echo $* | grep keep\-cygnus > /dev/null) ; then
-       keep_these_too="${keep_these_too} release release-info build-all.mk"
+       keep_these_too="${keep_these_too} ${cygnus_files}"
 else
-       lose_these_too="${lose_these_too} release release-info build-all.mk"
+       lose_these_too="${lose_these_too} ${cygnus_files}"
 fi
 
+mpw_files = "mpw-README mpw-configure mpw-config.in mpw-build.in ChangeLog.mpw"
+
 if ( echo $* | grep keep\-mpw > /dev/null) ; then
-       keep_these_too="mpw-README mpw-configure mpw-config.in mpw-build.in ChangeLog.mpw ${keep_these_too}"
+       keep_these_too="${keep_these_too} ${mpw_files}"
 else
-       lose_these_too="mpw-README mpw-configure mpw-config.in mpw-build.in ChangeLog.mpw ${lose_these_too}"
+       lose_these_too="${lose_these_too} ${mpw_files}"
 fi
 
 # All files listed between the "Things-to-keep:" line and the