Rebuilt again!
[deliverable/binutils-gdb.git] / .Sanitize
index ef2054471f25198beaef99ee5916e73baaec77b5..3de6800d5ce69112d7ba90c0ddb6bd9635457142 100644 (file)
--- a/.Sanitize
+++ b/.Sanitize
@@ -52,9 +52,9 @@ keep_these_too="${keep_these_too} .cvsignore autoconf automake
        emacs emacs19 examples expect fileutils findutils flex
        gas gawk gcc gdb gdbm gdbtest glob gperf gprof grep grez groff
        guile gzip
-       include inet install-sh ispell
-       ld less libg++ libgcc libgloss libiberty libio
-       librx libstdc++ libtool
+       include inet install-sh intl ispell
+       ld less libgcc libgloss libiberty libio
+       libstdc++ libtool
        m4 make mkinstalldirs mmalloc move-if-change newlib ncurses opcodes
        pagas patch perl prms
        rcs readline sed send-pr shellutils sim tar textutils time
@@ -63,7 +63,7 @@ keep_these_too="${keep_these_too} .cvsignore autoconf automake
        mpw-README mpw-configure mpw-config.in mpw-build.in mpw-install
        ltconfig ltmain.sh missing ylwrap"
 
-lose_these_too="${lose_these_too} testsuite"
+lose_these_too="${lose_these_too} libg++ librx testsuite"
 
 cygnus_files="release release-info build-all.mk test-build.mk CYGNUS COPYING.NEWLIB"
 
@@ -108,7 +108,7 @@ else
        keep_these_too="${keep_these_too} ${inet_files}"
 fi
 
-ide_files="libide vmake jstools"
+ide_files="libide libidetcl vmake jstools"
 
 if (echo $* | grep keep\-ide > /dev/null); then
        keep_these_too="${keep_these_too} ${ide_files}"
@@ -117,6 +117,25 @@ 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.
+cgen_files="cgen"
+
+if (echo $* | grep keep\-cgen > /dev/null); then
+       keep_these_too="${keep_these_too} ${cgen_files}"
+else
+       lose_these_too="${lose_these_too} ${cgen_files}"
+fi
 
 # This top-level directory is special.  We often check out only subsets
 # of this directory, and complaining about directories or files we didn't
@@ -636,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.024553 seconds and 4 git commands to generate.