mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-10 03:42:22 +08:00
Tue Jan 25 10:49:31 1994 Stan Shebs (shebs@andros.cygnus.com)
* mpw-config.in (varargs.h, sys/*.h): Don't create when configuring. (host.h): Create with forward-include. * mpw-make.in (CFLAGS): Add -w flag. * mpw-build.in: New file, build script fragment.
This commit is contained in:
@ -16,9 +16,9 @@
|
||||
Do-first:
|
||||
|
||||
if ( echo $* | grep keep\-mpw > /dev/null ) ; then
|
||||
keep_these_too="mpw-make.in mpw-config.in ChangeLog.mpw"
|
||||
keep_these_too="mpw-config.in mpw-build.in mpw-make.in ChangeLog.mpw"
|
||||
else
|
||||
lose_these_too="mpw-make.in mpw-config.in ChangeLog.mpw"
|
||||
lose_these_too="mpw-config.in mpw-build.in mpw-make.in ChangeLog.mpw"
|
||||
fi
|
||||
|
||||
if ( echo $* | grep keep\-gm > /dev/null ) ; then
|
||||
|
Reference in New Issue
Block a user