aboutsummaryrefslogtreecommitdiff
path: root/.Sanitize
diff options
context:
space:
mode:
authorDavid D. Zuhn <zoo@cygnus>1993-01-07 01:43:53 +0000
committerDavid D. Zuhn <zoo@cygnus>1993-01-07 01:43:53 +0000
commitd405f5be8471f4a08844b7f6359ab4816983c56f (patch)
treeff9a58794d7eace2f9f75f9589e67c20797cdcbd /.Sanitize
parentb13a565e7515422cab2a77500a1d4d8d6efb6f49 (diff)
downloadbinutils-d405f5be8471f4a08844b7f6359ab4816983c56f.zip
binutils-d405f5be8471f4a08844b7f6359ab4816983c56f.tar.gz
binutils-d405f5be8471f4a08844b7f6359ab4816983c56f.tar.bz2
redo (yet again) chill sanitization -- thanks per
Diffstat (limited to '.Sanitize')
-rw-r--r--.Sanitize24
1 files changed, 0 insertions, 24 deletions
diff --git a/.Sanitize b/.Sanitize
index de82b5c..ce7c344 100644
--- a/.Sanitize
+++ b/.Sanitize
@@ -145,30 +145,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