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:
Stan Shebs
1994-01-25 18:59:27 +00:00
parent 7c805df052
commit 6d15011d40
5 changed files with 60 additions and 19 deletions

View File

@ -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