Subject: CVS commit: sharesrc
To: None <source-changes@netbsd.org>
From: Frederick Bruckman <fredb@netbsd.org>
List: source-changes
Date: 09/04/1999 14:48:35
Module Name:	sharesrc
Committed By:	fredb
Date:		Sat Sep  4 21:48:34 UTC 1999

Modified Files:
	sharesrc/share/mk: bsd.doc.mk bsd.files.mk bsd.kmod.mk bsd.lib.mk
	    bsd.man.mk bsd.nls.mk bsd.prog.mk

Log Message:
Permit "make all install", as well as "make foo install" (where foo would be
installed by "make install") without setting of BUILD. All cases where BUILD
is already set are unchanged from the old behavior.

"make all install" is now practically equivalent to "make BUILD= all install",
but without actually setting build.

Fixes pr's 8313, 3894.


To generate a diff of this commit:
cvs rdiff -r1.42 -r1.43 sharesrc/share/mk/bsd.doc.mk
cvs rdiff -r1.9 -r1.10 sharesrc/share/mk/bsd.files.mk
cvs rdiff -r1.31 -r1.32 sharesrc/share/mk/bsd.kmod.mk
cvs rdiff -r1.156 -r1.157 sharesrc/share/mk/bsd.lib.mk
cvs rdiff -r1.47 -r1.48 sharesrc/share/mk/bsd.man.mk
cvs rdiff -r1.18 -r1.19 sharesrc/share/mk/bsd.nls.mk
cvs rdiff -r1.102 -r1.103 sharesrc/share/mk/bsd.prog.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.