default to keeping rather than losing gdbtk

This commit is contained in:
Stan Shebs
1995-03-10 19:39:59 +00:00
parent fc5a05e946
commit 6e9cac5f32

View File

@ -33,16 +33,16 @@ fi
gdbtk_files="gdbtk.c gdbtk.tcl mswin"
if ( echo $* | grep keep\-gdbtk > /dev/null ) ; then
keep_these_too="${gdbtk_files} ${keep_these_too}"
if [ -n "${verbose}" ] ; then
echo Keeping ${gdbtk_files}
fi
else
if ( echo $* | grep lose\-gdbtk > /dev/null ) ; then
lose_these_too="${gdbtk_files} ${lose_these_too}"
if [ -n "${verbose}" ] ; then
echo Deleting ${gdbtk_files}
fi
else
keep_these_too="${gdbtk_files} ${keep_these_too}"
if [ -n "${verbose}" ] ; then
echo Keeping ${gdbtk_files}
fi
fi
# All files listed between the "Things-to-keep:" line and the