aboutsummaryrefslogtreecommitdiff
path: root/.Sanitize
diff options
context:
space:
mode:
authorBen Elliston <bje@au.ibm.com>1998-04-24 01:09:13 +0000
committerBen Elliston <bje@au.ibm.com>1998-04-24 01:09:13 +0000
commitb316120c020b833634ea76381d30e1035d001ba5 (patch)
tree4254248f3ff58ae2a4d9d19ae5b257fa2339e196 /.Sanitize
parent29f35f37b3c6eaff97027b9e615577b96bcd808b (diff)
downloadgdb-b316120c020b833634ea76381d30e1035d001ba5.zip
gdb-b316120c020b833634ea76381d30e1035d001ba5.tar.gz
gdb-b316120c020b833634ea76381d30e1035d001ba5.tar.bz2
Sanitize more files when running with keep-cygnus.
Diffstat (limited to '.Sanitize')
-rw-r--r--.Sanitize11
1 files changed, 10 insertions, 1 deletions
diff --git a/.Sanitize b/.Sanitize
index 47cd863..3de6800 100644
--- a/.Sanitize
+++ b/.Sanitize
@@ -117,6 +117,15 @@ else
lose_these_too="${lose_these_too} ${ide_files}"
fi
+flexlm_files="flexlm"
+
+if (echo $* | grep keep\-cygnus > /dev/null); then
+ keep_these_too="${keep_these_too} ${flexlm_files}"
+ test -n "$verbose" && echo Keeping ${flexlm_files}
+else
+ lose_these_too="${lose_these_too} ${flexlm_files}"
+fi
+
# CGEN files:
# It is not yet clear if the cgen package will be shipped with the
# simulators.
@@ -646,7 +655,7 @@ else
done
fi
-kcygnus_files="configure"
+kcygnus_files="ChangeLog configure configure.in Makefile.in"
if ( echo $* | grep keep\-cygnus > /dev/null ) ; then
for i in $kcygnus_files ; do
if test ! -d $i && (grep sanitize-cygnus $i > /dev/null) ; then