Sanitize more files when running with keep-cygnus.
authorBen Elliston <bje@au.ibm.com>
Fri, 24 Apr 1998 01:09:13 +0000 (01:09 +0000)
committerBen Elliston <bje@au.ibm.com>
Fri, 24 Apr 1998 01:09:13 +0000 (01:09 +0000)
.Sanitize

index 47cd8632a4fb884546b7492dff3a6b3d6ed43bd4..3de6800d5ce69112d7ba90c0ddb6bd9635457142 100644 (file)
--- 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
This page took 0.033252 seconds and 4 git commands to generate.