Set lose_these_too correctly
authorStan Shebs <shebs@codesourcery.com>
Tue, 11 Jan 1994 02:55:30 +0000 (02:55 +0000)
committerStan Shebs <shebs@codesourcery.com>
Tue, 11 Jan 1994 02:55:30 +0000 (02:55 +0000)
gas/.Sanitize
gas/config/.Sanitize

index 042e56cd942134e66664e8213f6fdf847e15f800..930d33ce3980d1f81a360bfb52400bc610c86e88 100644 (file)
@@ -17,9 +17,14 @@ 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
+else
+       lose_these_too="mpw-make.in mpw-config.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
index d5130cf34e3ca141de1dc3ddfb640d439023501c..d70a82160950d6a9af4d9618ef3e325c7a7371d3 100644 (file)
@@ -17,6 +17,8 @@ Do-first:
 
 if ( echo $* | grep keep\-mpw > /dev/null ) ; then
        keep_these_too="ho-mpw.h"
+else
+       lose_these_too="ho-mpw.h"
 fi
 
 # All files listed between the "Things-to-keep:" line and the
This page took 0.025774 seconds and 4 git commands to generate.