mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-23 03:29:47 +08:00
A slight simplication.
This commit is contained in:
12
.Sanitize
12
.Sanitize
@ -15,16 +15,20 @@
|
|||||||
|
|
||||||
Do-first:
|
Do-first:
|
||||||
|
|
||||||
|
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} release release-info build-all.mk"
|
keep_these_too="${keep_these_too} ${cygnus_files}"
|
||||||
else
|
else
|
||||||
lose_these_too="${lose_these_too} release release-info build-all.mk"
|
lose_these_too="${lose_these_too} ${cygnus_files}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
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="mpw-README mpw-configure mpw-config.in mpw-build.in ChangeLog.mpw ${keep_these_too}"
|
keep_these_too="${keep_these_too} ${mpw_files}"
|
||||||
else
|
else
|
||||||
lose_these_too="mpw-README mpw-configure mpw-config.in mpw-build.in ChangeLog.mpw ${lose_these_too}"
|
lose_these_too="${lose_these_too} ${mpw_files}"
|
||||||
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