Delete jaguar. Delete psion sanitization.

This commit is contained in:
David Edelsohn 1995-12-14 22:48:32 +00:00
parent 1457810573
commit 214a9db6a9
2 changed files with 0 additions and 68 deletions

View File

@ -231,68 +231,6 @@ else
done
fi
if [ -n "${verbose}" ] ; then
echo Processing \"jaguar\"...
fi
jaguar_files="config.sub configure.in config-ml.in"
if ( echo $* | grep keep\-jaguar > /dev/null ) ; then
for i in $jaguar_files ; do
if test ! -d $i && (grep sanitize-jaguar $i > /dev/null) ; then
if [ -n "${verbose}" ] ; then
echo Keeping jaguar stuff in $i
fi
fi
done
else
for i in * ; do
if test ! -d $i && (grep sanitize-jaguar $i > /dev/null) ; then
if [ -n "${verbose}" ] ; then
echo Removing traces of \"jaguar\" from $i...
fi
cp $i new
sed '/start\-sanitize\-jaguar/,/end-\sanitize\-jaguar/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
psion_files="config.sub configure.in"
if ( echo $* | grep keep\-psion > /dev/null ) ; then
for i in $psion_files; do
if test ! -d $i && (grep sanitize-psion $i > /dev/null) ; then
if [ -n "${verbose}" ] ; then
echo Keeping psion stuff in $i
fi
fi
done
else
for i in * ; do
if test ! -d $i && (grep sanitize-psion $i > /dev/null) ; then
if [ -n "${verbose}" ] ; then
echo Removing traces of \"psion\" from $i...
fi
cp $i new
sed '/start\-sanitize\-psion/,/end-\sanitize\-psion/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
rce_files="config.sub"
if ( echo $* | grep keep\-rce > /dev/null ) ; then

View File

@ -388,10 +388,8 @@ case "${target}" in
arc-*-*)
;;
# end-sanitize-arc
# start-sanitize-psion
arm-*-pe*)
;;
# end-sanitize-psion
arm-*-riscix*)
noconfigdirs="$noconfigdirs ld"
;;
@ -447,10 +445,6 @@ case "${target}" in
# but that's okay since emacs doesn't work anyway
noconfigdirs="$noconfigdirs emacs emacs19"
;;
# start-sanitize-jaguar
jaguar-*-*)
;;
# end-sanitize-jaguar
powerpc-*-aix*)
# copied from rs6000-*-* entry
noconfigdirs="$noconfigdirs gprof cvs"