* remote-es.c: Replace ignore with 0.
[deliverable/binutils-gdb.git] / .Sanitize
index 1112b0b70d383be76ed5aea5410c6494ee7ced3e..5ea1df94c254918809b493639289b2d73a5e77d9 100644 (file)
--- a/.Sanitize
+++ b/.Sanitize
@@ -35,8 +35,28 @@ mpw_files="mpw-README mpw-configure mpw-config.in mpw-build.in ChangeLog.mpw"
 
 if ( echo $* | grep keep\-mpw > /dev/null) ; then
        keep_these_too="${keep_these_too} ${mpw_files}"
+       if [ -n "${verbose}" ] ; then
+               echo Keeping ${mpw_files}
+       fi
 else
        lose_these_too="${lose_these_too} ${mpw_files}"
+       if [ -n "${verbose}" ] ; then
+               echo Deleting ${mpw_files}
+       fi
+fi
+
+gdbtk_files="tcl tk"
+
+if ( echo $* | grep lose\-gdbtk > /dev/null) ; then
+       lose_these_too="${lose_these_too} ${gdbtk_files}"
+       if [ -n "${verbose}" ] ; then
+               echo Deleting ${gdbtk_files}
+       fi
+else
+       keep_these_too="${keep_these_too} ${gdbtk_files}"
+       if [ -n "${verbose}" ] ; then
+               echo Keeping ${gdbtk_files}
+       fi
 fi
 
 # This top-level directory is special.  We often check out only subsets
This page took 0.022656 seconds and 4 git commands to generate.