Elim dup of file names
authorStan Shebs <shebs@codesourcery.com>
Thu, 30 Jun 1994 23:19:26 +0000 (23:19 +0000)
committerStan Shebs <shebs@codesourcery.com>
Thu, 30 Jun 1994 23:19:26 +0000 (23:19 +0000)
ld/.Sanitize
opcodes/.Sanitize

index d143e77..7f36d07 100644 (file)
 
 Do-first:
 
+mpw_files="mpw-make.in mpw-config.in ChangeLog.mpw"
+
 if ( echo $* | grep keep\-mpw > /dev/null ) ; then
-       keep_these_too="mpw-config.in mpw-make.in ChangeLog.mpw ${keep_these_too}"
+       keep_these_too="${mpw_files} ${keep_these_too}"
 else
-       lose_these_too="mpw-config.in mpw-make.in ChangeLog.mpw ${lose_these_too}"
+       lose_these_too="${mpw_files} ${lose_these_too}"
 fi
 
 if ( echo $* | grep keep\-gm > /dev/null ) ; then
index d2c9dd1..899e0bf 100644 (file)
 
 # The lines between the "Do-first:" line and the "Things-to-keep:"
 # line are executed as a /bin/sh shell script before anything else is
-# done in this 
+# done in this directory.
 
 Do-first:
 
+mpw_files="mpw-make.in mpw-config.in ChangeLog.mpw"
+
 if ( echo $* | grep keep\-mpw > /dev/null ) ; then
-       keep_these_too="mpw-make.in mpw-config.in ChangeLog.mpw"
+       keep_these_too="${mpw_files} ${keep_these_too}"
 else
-       lose_these_too="mpw-make.in mpw-config.in ChangeLog.mpw"
+       lose_these_too="${mpw_files} ${lose_these_too}"
 fi
 
 # All files listed between the "Things-to-keep:" line and the