Subject: CVS commit: sharesrc
To: None <source-changes@netbsd.org>
From: Matthias Drochner <drochner@netbsd.org>
List: source-changes
Date: 02/10/2000 10:18:03
Module Name:	sharesrc
Committed By:	drochner
Date:		Thu Feb 10 18:18:03 UTC 2000

Modified Files:
	sharesrc/share/mk: bsd.kinc.mk bsd.links.mk

Log Message:
fix link creation:
-put "echo"s for the daughter Makefile into a subshell to get them all
 into the Makefile (instead of stdout - should fix PR misc/9336 by
 Bernd Ernesti)
-change operator for "realall" back to ":" - rules are supposed to
 accumulate, and "::" clashes with the definition in <bsd.own.mk>
-call sub-make with the "all" target to make sure we don't get just
 the first rule


To generate a diff of this commit:
cvs rdiff -r1.9 -r1.10 sharesrc/share/mk/bsd.kinc.mk
cvs rdiff -r1.10 -r1.11 sharesrc/share/mk/bsd.links.mk

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