mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-28 23:39:35 +08:00
default to keeping rather than losing gdbtk
This commit is contained in:
@ -33,16 +33,16 @@ fi
|
|||||||
|
|
||||||
gdbtk_files="gdbtk.c gdbtk.tcl mswin"
|
gdbtk_files="gdbtk.c gdbtk.tcl mswin"
|
||||||
|
|
||||||
if ( echo $* | grep keep\-gdbtk > /dev/null ) ; then
|
if ( echo $* | grep lose\-gdbtk > /dev/null ) ; then
|
||||||
keep_these_too="${gdbtk_files} ${keep_these_too}"
|
|
||||||
if [ -n "${verbose}" ] ; then
|
|
||||||
echo Keeping ${gdbtk_files}
|
|
||||||
fi
|
|
||||||
else
|
|
||||||
lose_these_too="${gdbtk_files} ${lose_these_too}"
|
lose_these_too="${gdbtk_files} ${lose_these_too}"
|
||||||
if [ -n "${verbose}" ] ; then
|
if [ -n "${verbose}" ] ; then
|
||||||
echo Deleting ${gdbtk_files}
|
echo Deleting ${gdbtk_files}
|
||||||
fi
|
fi
|
||||||
|
else
|
||||||
|
keep_these_too="${gdbtk_files} ${keep_these_too}"
|
||||||
|
if [ -n "${verbose}" ] ; then
|
||||||
|
echo Keeping ${gdbtk_files}
|
||||||
|
fi
|
||||||
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