Remove sanitized-out Magic Cap support, will never be released

This commit is contained in:
Stan Shebs 1997-10-06 23:39:29 +00:00
parent 55bc47b217
commit eb9c5f1c7c
2 changed files with 0 additions and 31 deletions

View File

@ -119,34 +119,6 @@ Things-to-lose:
Do-last:
if ( echo $* | grep keep\-gm > /dev/null ) ; then
for i in * ; do
if test ! -d $i && (grep sanitize-gm $i > /dev/null) ; then
if [ -n "${verbose}" ] ; then
echo Keeping gm stuff in $i
fi
fi
done
else
for i in * ; do
if test ! -d $i && (grep sanitize-gm $i > /dev/null) ; then
if [ -n "${verbose}" ] ; then
echo Removing traces of \"gm\" from $i...
fi
cp $i new
sed '/start\-sanitize\-gm/,/end-\sanitize\-gm/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.in configure"
if ( echo $* | grep keep\-v850e > /dev/null ) ; then
for i in $v850_files ; do

View File

@ -5591,9 +5591,6 @@ Fri Dec 1 11:57:56 1995 Stan Shebs <shebs@andros.cygnus.com>
* mpw-config.in: Don't always use te-generic.h for emulation.
(powerpc-apple-macos): Use emulation te-macos.h.
start-sanitize-gm
(mips-gm-magic): New configuration.
end-sanitize-gm
* mpw-make.sed (install, install-only): Edit in Mac-specific
install procedure.