]> Git Repo - binutils.git/blobdiff - .Sanitize
* snapshots.readme: Add notes for UNIX make and GNU make.
[binutils.git] / .Sanitize
index de82b5cdfc46ef2a4d8d229c6864e34f6cfd6bd8..bde9f40b9a9b5e7031b8381d4c450075a7ae446a 100644 (file)
--- a/.Sanitize
+++ b/.Sanitize
@@ -16,7 +16,7 @@
 Do-first:
 
 if ( echo $* | grep keep\-chill > /dev/null ) ; then
-       keep_these_too="chillrt"
+       keep_these_too="chillrt test-chill"
 fi
 
 # All files listed between the "Things-to-keep:" line and the
@@ -40,12 +40,14 @@ binutils
 build-all.mk
 byacc
 config
+config.guess
 config.sub
 configure
 configure.bat
 configure.in
 cvs
 deja-gnu
+dejagnu
 diff
 dvips
 emacs
@@ -62,7 +64,6 @@ glob
 gprof
 grep
 groff
-h8300sim
 include
 ispell
 ld
@@ -80,17 +81,18 @@ prms
 rcs
 readline
 sed
-send_pr
+send-pr
 shellutils
+sim
 tcl
 textutils
 tk
 test-build.mk
 texinfo
 tgas
+uudecode
 wdiff
 xiberty
-z8ksim
 
 # The lines between the "Do-last:" line and the end of the file
 # are executed as a /bin/sh shell script after everything else is
@@ -145,30 +147,6 @@ else
                        mv new $i
                fi
        done
-       echo Thawing more \"chill\" out of Makefile.in...
-       cp Makefile.in new
-       sed -e 's/ chillrt / /g' \
-           -e 's/newlib, chillrt/newlib/g' \
-           -e 's/ all-chillrt / /g' \
-           -e '/^[     ]*install-chillrt[      ]*\\$/d' \
-           -e 's/ install-chillrt / /g' \
-           -e 's/newlib \| chillrt/newlib/g' \
-           -e 's/install-man install-libchill install-librmt/install-man/g' \
-           < Makefile.in > new
-       if [ -n "${safe}" -a ! -f .Recover/Makefile.in ] ; then
-               echo Caching Makefile.in in .Recover...
-               mv Makefile.in .Recover
-       fi
-       mv new Makefile.in
-       echo Thawing the \"chill\" out of configure.in...
-       cp configure.in new
-       sed -e 's/ chillrt / /g' \
-           < configure.in > new
-       if [ -n "${safe}" -a ! -f .Recover/configure.in ] ; then
-               echo Caching configure.in in .Recover...
-               mv configure.in .Recover
-       fi
-       mv new configure.in
 fi
 
 for i in * ; do
This page took 0.024277 seconds and 4 git commands to generate.