mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-01-31 14:04:12 +00:00
Remove sanitized-out Magic Cap support, will never be released
This commit is contained in:
parent
55bc47b217
commit
eb9c5f1c7c
@ -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
|
||||
|
@ -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.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user