freebsd-dev/release/picobsd/build
Josef Karthauser a5e7d98e8a Post process the crunch1.mk file to allow make arguments to passed on
a per program basis allowing a greater control on what is built.

The buildopts file contains Makefile lines of form:

	# Anything added to OPTS is added to every build rule.
	OPTS= -DNOPAM

	# These should only be added to the build of user-ppp.
	ppp_OPTS= -DNOKLDLOAD -DNOINET6 -DNONAT -DNOATM -DNOSUID \
		-DHAVE_DES -DNORADIUS -DNOI4B -DNONETGRAPH

Really these should be added to crunch.inc, but that file is currently
optional, and if defined masks the global one.  Next step will be to move
these global settings back out into the individual builds as OPTS, and
then migrate OPTS and prog_OPTS back into the local crunch.inc file.
2000-11-02 13:16:43 +00:00
..
build Build the PICOBSD kernels using the 'make buildkernel' method. 2000-10-16 08:08:31 +00:00
clean Add .image.list to the list of temporary files which can be deleted 2000-07-01 13:51:22 +00:00
crunch.inc Commit PicoBSD mega-patch: 2000-04-25 19:00:08 +00:00
Makefile Handle building individual targets better. It's still broken; the 1999-12-20 02:07:42 +00:00
Makefile.conf Remove an unneeded declaration for OBJ. 2000-11-02 12:46:02 +00:00
Makefile.crunch Post process the crunch1.mk file to allow make arguments to passed on 2000-11-02 13:16:43 +00:00
Makefile.mfs Backout addition of -L switch to mtree. Using -L breaks the 2000-07-23 16:33:00 +00:00
mfs.mtree Commit PicoBSD mega-patch: 2000-04-25 19:00:08 +00:00
munge_crunchmk.pl Post process the crunch1.mk file to allow make arguments to passed on 2000-11-02 13:16:43 +00:00
stage1 Copy the built kernel from the right place. (Forgotten in the last 2000-11-02 01:57:23 +00:00
write_mfs_in_kernel.c Correct slight stuff-up in previous patch. 1999-12-16 02:14:30 +00:00