Trying to make yesterday's "simplification" actually work...
This commit is contained in:
parent
5a3a28f2ae
commit
eccc57e5ff
@ -15,7 +15,7 @@
|
|||||||
|
|
||||||
Do-first:
|
Do-first:
|
||||||
|
|
||||||
cygnus_files = "release release-info build-all.mk"
|
cygnus_files="release release-info build-all.mk"
|
||||||
|
|
||||||
if ( echo $* | grep keep\-cygnus > /dev/null) ; then
|
if ( echo $* | grep keep\-cygnus > /dev/null) ; then
|
||||||
keep_these_too="${keep_these_too} ${cygnus_files}"
|
keep_these_too="${keep_these_too} ${cygnus_files}"
|
||||||
@ -23,7 +23,7 @@ else
|
|||||||
lose_these_too="${lose_these_too} ${cygnus_files}"
|
lose_these_too="${lose_these_too} ${cygnus_files}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
mpw_files = "mpw-README mpw-configure mpw-config.in mpw-build.in ChangeLog.mpw"
|
mpw_files="mpw-README mpw-configure mpw-config.in mpw-build.in ChangeLog.mpw"
|
||||||
|
|
||||||
if ( echo $* | grep keep\-mpw > /dev/null) ; then
|
if ( echo $* | grep keep\-mpw > /dev/null) ; then
|
||||||
keep_these_too="${keep_these_too} ${mpw_files}"
|
keep_these_too="${keep_these_too} ${mpw_files}"
|
||||||
|
Loading…
Reference in New Issue
Block a user