aboutsummaryrefslogtreecommitdiff
path: root/ld/.Sanitize
diff options
context:
space:
mode:
authorMichael Tiemann <tiemann@cygnus>1994-11-25 00:25:34 +0000
committerMichael Tiemann <tiemann@cygnus>1994-11-25 00:25:34 +0000
commitff030c982785b7ceeaa02c544c92227b09f8be68 (patch)
tree123a0e87211a0772258fc68656b4e937eaaac14c /ld/.Sanitize
parent03c4ce2fcc3582e65cfe2ec336769074a80f3146 (diff)
downloadgdb-ff030c982785b7ceeaa02c544c92227b09f8be68.zip
gdb-ff030c982785b7ceeaa02c544c92227b09f8be68.tar.gz
gdb-ff030c982785b7ceeaa02c544c92227b09f8be68.tar.bz2
*** empty log message ***
Diffstat (limited to 'ld/.Sanitize')
-rw-r--r--ld/.Sanitize18
1 files changed, 9 insertions, 9 deletions
diff --git a/ld/.Sanitize b/ld/.Sanitize
index b01e83e..865332d 100644
--- a/ld/.Sanitize
+++ b/ld/.Sanitize
@@ -106,24 +106,24 @@ else
done
fi
-r16_files = "configure.in"
+rce_files="configure.in"
-if ( echo $* | grep keep\-r16 > /dev/null ) ; then
- for i in $r16_files ; do
- if test ! -d $i && (grep sanitize-r16 $i > /dev/null) ; then
+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 r16 stuff in $i
+ echo Keeping rce stuff in $i
fi
fi
done
else
- for i in $r16_files ; do
- if test ! -d $i && (grep sanitize-r16 $i > /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 Removing traces of \"r16\" from $i...
+ echo Removing traces of \"rce\" from $i...
fi
cp $i new
- sed '/start\-sanitize\-r16/,/end-\sanitize\-r16/d' < $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...