mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-12 17:47:18 +08:00
Set lose_these_too correctly
This commit is contained in:
@ -17,9 +17,14 @@ Do-first:
|
|||||||
|
|
||||||
if ( echo $* | grep keep\-mpw > /dev/null ) ; then
|
if ( echo $* | grep keep\-mpw > /dev/null ) ; then
|
||||||
keep_these_too="mpw-make.in mpw-config.in ChangeLog.mpw"
|
keep_these_too="mpw-make.in mpw-config.in ChangeLog.mpw"
|
||||||
if ( echo $* | grep keep\-gm > /dev/null ) ; then
|
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}"
|
keep_these_too="mpw-xconfig.in ChangeLog.gm ${keep_these_too}"
|
||||||
fi
|
else
|
||||||
|
lose_these_too="mpw-xconfig.in ChangeLog.gm ${lose_these_too}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# All files listed between the "Things-to-keep:" line and the
|
# All files listed between the "Things-to-keep:" line and the
|
||||||
|
@ -17,6 +17,8 @@ Do-first:
|
|||||||
|
|
||||||
if ( echo $* | grep keep\-mpw > /dev/null ) ; then
|
if ( echo $* | grep keep\-mpw > /dev/null ) ; then
|
||||||
keep_these_too="ho-mpw.h"
|
keep_these_too="ho-mpw.h"
|
||||||
|
else
|
||||||
|
lose_these_too="ho-mpw.h"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# All files listed between the "Things-to-keep:" line and the
|
# All files listed between the "Things-to-keep:" line and the
|
||||||
|
Reference in New Issue
Block a user