Subject: CVS commit: sharesrc
To: None <source-changes@netbsd.org>
From: Bill Sommerfeld <sommerfeld@netbsd.org>
List: source-changes
Date: 11/30/1999 08:16:44
Module Name: sharesrc
Committed By: sommerfeld
Date: Tue Nov 30 16:16:43 UTC 1999
Modified Files:
basesrc: Makefile
sharesrc/share/mk: bsd.README bsd.own.mk
Log Message:
Add MKOBJDIRS make variable to bsd.own.mk, defaulting to "no" but
overrideable in mk.conf
Document in bsd.README; this is distinct from "MKOBJ", which controls
whether "make obj" does anything.
In the top-level makefile, if MKOBJDIRS != "no", do a "make obj" at an
appropriate point during a "make build".
To generate a diff of this commit:
cvs rdiff -r1.99 -r1.100 basesrc/Makefile
cvs rdiff -r1.54 -r1.55 sharesrc/share/mk/bsd.README
cvs rdiff -r1.129 -r1.130 sharesrc/share/mk/bsd.own.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.