Remove m32r sanitization.

This commit is contained in:
David Edelsohn 1997-03-24 21:29:21 +00:00
parent e1ea3dd50b
commit 718a5c17ea
3 changed files with 2 additions and 71 deletions

View File

@ -77,40 +77,7 @@ else
fi
if [ -n "${verbose}" ] ; then
echo Processing \"m32r\"...
fi
m32r_files="objdump.exp"
if ( echo $* | grep keep\-m32r > /dev/null ) ; then
for i in $m32r_files ; do
if test ! -d $i && (grep sanitize-m32r $i > /dev/null) ; then
if [ -n "${verbose}" ] ; then
echo Keeping m32r stuff in $i
fi
fi
done
else
for i in * ; do
if test ! -d $i && (grep sanitize-m32r $i > /dev/null) ; then
if [ -n "${verbose}" ] ; then
echo Removing traces of \"m32r\" from $i...
fi
cp $i new
sed '/start\-sanitize\-m32r/,/end-\sanitize\-m32r/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
if [ -n "${verbose}" ] ; then
echo Processing \"m32r\"...
echo Processing \"d30v\"...
fi
d30v_files="objdump.exp"

View File

@ -115,35 +115,6 @@ else
done
fi
m32r_files="ChangeLog configure.tgt Makefile.in"
if ( echo $* | grep keep\-m32r > /dev/null ) ; then
for i in $m32r_files ; do
if test ! -d $i && (grep sanitize-m32r $i > /dev/null) ; then
if [ -n "${verbose}" ] ; then
echo Keeping m32r stuff in $i
fi
fi
done
else
for i in $m32r_files ; do
if test ! -d $i && (grep sanitize-m32r $i > /dev/null) ; then
if [ -n "${verbose}" ] ; then
echo Removing traces of \"m32r\" from $i...
fi
cp $i new
sed '/start\-sanitize\-m32r/,/end-\sanitize\-m32r/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 configure.tgt Makefile.in"
if ( echo $* | grep keep\-v850 > /dev/null ) ; then

View File

@ -31,14 +31,6 @@ else
lose_these_too="${d30v_files} ${lose_these_too}"
fi
m32r_files="m32relf.sh"
if ( echo $* | grep keep\-m32r > /dev/null ) ; then
keep_these_too="${m32r_files} ${keep_these_too}"
else
lose_these_too="${m32r_files} ${lose_these_too}"
fi
tic80_files="tic80coff.sh"
if ( echo $* | grep keep\-tic80 > /dev/null ) ; then
@ -115,6 +107,7 @@ i386nbsd.sh
i386nw.sh
i386pe.sh
lnk960.sh
m32relf.sh
m68k4knbsd.sh
m68kaout.sh
m68kaux.sh