* Makefile.am (DISTCLEANFILES): Remove defparse.h, arparse.h,
[deliverable/binutils-gdb.git] / .Sanitize
index 26b678f8eeed6ee9a5416f05a485dffc97c09d59..62784ffc110512ead570a311e682dd64e5f96ca8 100644 (file)
--- a/.Sanitize
+++ b/.Sanitize
@@ -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"
 
@@ -117,6 +117,16 @@ else
        lose_these_too="${lose_these_too} ${ide_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
This page took 0.023732 seconds and 4 git commands to generate.