* Makefile.in: Rebuilt dependencies.
[binutils-gdb.git] / .Sanitize
index c51ba683c134320040c4d0bf302006a821b8ecf7..ef647f80e09b758a1a69d29f2d4de93ff5cd61fd 100644 (file)
--- a/.Sanitize
+++ b/.Sanitize
 
 Do-first:
 
+cygnus_files="release release-info build-all.mk"
+
 if ( echo $* | grep keep\-cygnus > /dev/null) ; then
-       keep_these_too="${keep_these_too} release release-info build-all.mk"
+       keep_these_too="${keep_these_too} ${cygnus_files}"
 else
-       lose_these_too="${lose_these_too} release release-info build-all.mk"
+       lose_these_too="${lose_these_too} ${cygnus_files}"
 fi
 
+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="mpw-configure mpw-config.in mpw-build.in ChangeLog.mpw ${keep_these_too}"
+       keep_these_too="${keep_these_too} ${mpw_files}"
 else
-       lose_these_too="mpw-configure mpw-config.in mpw-build.in ChangeLog.mpw ${lose_these_too}"
+       lose_these_too="${lose_these_too} ${mpw_files}"
 fi
 
 # All files listed between the "Things-to-keep:" line and the
@@ -50,12 +54,12 @@ config
 config.guess
 config.sub
 configure
-configure.bat
 configure.in
 cvs
 deja-gnu
 dejagnu
 diff
+dosrel
 dvips
 emacs
 etc
@@ -119,6 +123,17 @@ else
        verbose=
 fi
 
+# Remove "sanitize-Sanitize" lines.
+if [ -n "${verbose}" ] ; then
+       echo Cleaning unconditional sanitizations out of Makefile.in...
+fi
+cp Makefile.in new
+sed '/start\-sanitize\-Sanitize/,/end-\sanitize\-Sanitize/d' < Makefile.in > new
+if [ -n "${safe}" -a ! -f .Recover/Makefile.in ] ; then
+       mv Makefile.in .Recover
+fi
+mv new Makefile.in
+
 if [ -n "${verbose}" ] ; then
        echo Looking for signs of \"v9\"...
 fi