aboutsummaryrefslogtreecommitdiff
path: root/.Sanitize
diff options
context:
space:
mode:
authorJim Wilson <wilson@tuliptree.org>1997-03-03 00:55:03 +0000
committerJim Wilson <wilson@tuliptree.org>1997-03-03 00:55:03 +0000
commita09e649c51c4c7b802de497355bb8b0fe2147b2f (patch)
tree06888d9f13e89a1186da562ba9091359a673c764 /.Sanitize
parent22540e2d508611b1bfc6bd944043365e4c342749 (diff)
downloadgdb-a09e649c51c4c7b802de497355bb8b0fe2147b2f.zip
gdb-a09e649c51c4c7b802de497355bb8b0fe2147b2f.tar.gz
gdb-a09e649c51c4c7b802de497355bb8b0fe2147b2f.tar.bz2
Delete obsolete rce sanitization.
Diffstat (limited to '.Sanitize')
-rw-r--r--.Sanitize29
1 files changed, 0 insertions, 29 deletions
diff --git a/.Sanitize b/.Sanitize
index cf4ad76..71262e1 100644
--- a/.Sanitize
+++ b/.Sanitize
@@ -303,35 +303,6 @@ else
done
fi
-rce_files="config.sub"
-
-if ( echo $* | grep keep\-rce > /dev/null ) ; then
- for i in $rce_files ; do
- if test ! -d $i && (grep sanitize-rce $i > /dev/null) ; then
- if [ -n "${verbose}" ] ; then
- echo Keeping rce stuff in $i
- fi
- fi
- done
-else
- for i in $rce_files ; do
- if test ! -d $i && (grep sanitize-rce $i > /dev/null) ; then
- if [ -n "${verbose}" ] ; then
- echo Removing traces of \"rce\" from $i...
- fi
- cp $i new
- sed '/start\-sanitize\-rce/,/end-\sanitize\-rce/d' < $i > new
- if [ -n "${safe}" -a ! -f .Recover/$i ] ; then
- if [ -n "${verbose}" ] ; then
- echo Caching $i in .Recover...
- fi
- mv $i .Recover
- fi
- mv new $i
- fi
- done
-fi
-
v850_files="ChangeLog config.sub configure.in"
if ( echo $* | grep keep\-v850 > /dev/null ) ; then