aboutsummaryrefslogtreecommitdiff
path: root/.Sanitize
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@cygnus>1993-10-26 23:21:17 +0000
committerKen Raeburn <raeburn@cygnus>1993-10-26 23:21:17 +0000
commit8ae559b758eb3d60cde9c6f737dff2986884b7f0 (patch)
tree9c3e358bf67ccaf252a8b27a4a58e7a4fb876d42 /.Sanitize
parent52e3ad8772cb070eab139f0e127d3ff8c854e49a (diff)
downloadfsf-binutils-gdb-8ae559b758eb3d60cde9c6f737dff2986884b7f0.zip
fsf-binutils-gdb-8ae559b758eb3d60cde9c6f737dff2986884b7f0.tar.gz
fsf-binutils-gdb-8ae559b758eb3d60cde9c6f737dff2986884b7f0.tar.bz2
Get rid of "Sanitize for-fsf" stuff; it didn't get the right results.
Diffstat (limited to '.Sanitize')
-rw-r--r--.Sanitize26
1 files changed, 0 insertions, 26 deletions
diff --git a/.Sanitize b/.Sanitize
index 5de585d..749c900 100644
--- a/.Sanitize
+++ b/.Sanitize
@@ -182,32 +182,6 @@ else
done
fi
-if ( echo $* | grep for\-fsf > /dev/null ) ; then
- if [ -n "${verbose}" ]; then
- echo Cleaning up configure.in for FSF release...
- fi
- sed '/start\-sanitize\-for\-fsf/,/end\-sanitize\-for\-fsf/d' < configure.in > new
- if [ -n "${safe}" -a ! -f .Recover/$i ]; then
- if [ -n "${verbose}" ]; then
- echo Caching configure.in in .Recover...
- fi
- mv configure.in .Recover
- fi
- mv new configure.in
-else
- if [ -n "${verbose}" ]; then
- echo Removing sanitize-for-fsf markers from configure.in...
- fi
- grep -v sanitize-for-fsf < configure.in > new
- if [ -n "${safe}" ]; then
- if [ -n "${verbose}" ]; then
- echo Caching configure.in in .Recover...
- fi
- mv configure.in .Recover
- fi
- mv new configure.in
-fi
-
for i in * ; do
if test ! -d $i && (grep sanitize $i > /dev/null) ; then
echo '***' Some mentions of Sanitize are still left in $i! 1>&2