Set lose_these_too correctly

This commit is contained in:
Stan Shebs 1994-01-11 01:15:02 +00:00
parent ef11827815
commit e4c7516baa
3 changed files with 19 additions and 7 deletions

View file

@ -22,10 +22,15 @@ else
fi
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
keep_these_too="mpw-make.in mpw-config.in ChangeLog.mpw ${keep_these_too}"
else
lose_these_too="mpw-make.in mpw-config.in ChangeLog.mpw ${lose_these_too}"
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

View file

@ -17,6 +17,8 @@ Do-first:
if ( echo $* | grep keep\-mpw > /dev/null ) ; then
keep_these_too="mpw.h"
else
lose_these_too="mpw.h"
fi
# All files listed between the "Things-to-keep:" line and the

View 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