X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=.Sanitize;h=8065dd7ac018e9cf616209f82f872e0a49f77133;hb=06855275ef2cc6694f902932c308938d3331ff1f;hp=3de6800d5ce69112d7ba90c0ddb6bd9635457142;hpb=ad14e4d1766fd89388ae55f9a02780a494e8f878;p=deliverable%2Fbinutils-gdb.git diff --git a/.Sanitize b/.Sanitize index 3de6800d5c..8065dd7ac0 100644 --- a/.Sanitize +++ b/.Sanitize @@ -137,6 +137,15 @@ else lose_these_too="${lose_these_too} ${cgen_files}" fi +# Java stuff +java_files="boehm-gc libjava" + +if (echo $* | grep keep\-java > /dev/null); then + keep_these_too="${keep_these_too} ${java_files}" +else + lose_these_too="${lose_these_too} ${java_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 # check out just gets obnoxious.