don't sanitize out v9 stuff any more
This commit is contained in:
parent
99fa551078
commit
26997f44ba
1 changed files with 0 additions and 29 deletions
|
@ -50,35 +50,6 @@ vax.h
|
|||
|
||||
Things-to-lose:
|
||||
|
||||
|
||||
Do-last:
|
||||
|
||||
v9dirty="sparc.h"
|
||||
|
||||
if ( echo $* | egrep verbose > /dev/null ) ; then
|
||||
verbose=true
|
||||
else
|
||||
verbose=
|
||||
fi
|
||||
|
||||
if ( echo $* | grep keep\-v9 > /dev/null ) ; then
|
||||
if [ -n "${verbose}" ] ; then
|
||||
echo Keeping v9 in ${v9dirty}
|
||||
fi
|
||||
else
|
||||
for i in ${v9dirty} ; do
|
||||
if [ -n "${verbose}" ] ; then
|
||||
echo Sanitizing v9 in $i
|
||||
fi
|
||||
rm -f new
|
||||
grep -v v9 $i > new
|
||||
if [ -n "${safe}" ] ; then
|
||||
mv $i .Recover
|
||||
else
|
||||
rm $i
|
||||
fi
|
||||
mv new $i
|
||||
done
|
||||
fi
|
||||
|
||||
# End of file.
|
||||
|
|
Loading…
Add table
Reference in a new issue