mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-25 13:09:48 +00:00
Fixed keep_these_too/lose_these_too for mpw and hpread
This commit is contained in:
parent
fb9f8033e8
commit
f08a8281d3
@ -16,15 +16,15 @@
|
||||
Do-first:
|
||||
|
||||
if ( echo $* | grep keep\-mpw > /dev/null ) ; then
|
||||
keep_these_too="mpw"
|
||||
keep_these_too="${keep_these_too} mpw"
|
||||
else
|
||||
lose_these_too="mpw"
|
||||
lose_these_too="${lose_these_too} mpw"
|
||||
fi
|
||||
|
||||
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
|
||||
lose_these_too="hpux-symtab.h ChangeLog.hpread"
|
||||
lose_these_too="${lose_these_too} hpux-symtab.h ChangeLog.hpread"
|
||||
fi
|
||||
|
||||
# All files listed between the "Things-to-keep:" line and the
|
||||
|
Loading…
Reference in New Issue
Block a user