mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-25 13:27:26 +08:00
Fixed keep_these_too/lose_these_too for mpw and hpread
This commit is contained in:
@ -16,15 +16,15 @@
|
|||||||
Do-first:
|
Do-first:
|
||||||
|
|
||||||
if ( echo $* | grep keep\-mpw > /dev/null ) ; then
|
if ( echo $* | grep keep\-mpw > /dev/null ) ; then
|
||||||
keep_these_too="mpw"
|
keep_these_too="${keep_these_too} mpw"
|
||||||
else
|
else
|
||||||
lose_these_too="mpw"
|
lose_these_too="${lose_these_too} mpw"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if ( echo $* | grep keep\-hpread > /dev/null ) ; then
|
if ( echo $* | grep keep\-hpread > /dev/null ) ; then
|
||||||
keep_these_too="hpux-symtab.h ChangeLog.hpread"
|
keep_these_too="${keep_these_too} hpux-symtab.h ChangeLog.hpread"
|
||||||
else
|
else
|
||||||
lose_these_too="hpux-symtab.h ChangeLog.hpread"
|
lose_these_too="${lose_these_too} hpux-symtab.h ChangeLog.hpread"
|
||||||
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