Subject: CVS commit: src/share/mk
To: None <source-changes@NetBSD.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 07/31/2003 13:47:33
Module Name:	src
Committed By:	lukem
Date:		Thu Jul 31 13:47:33 UTC 2003

Modified Files:
	src/share/mk: bsd.README bsd.dep.mk bsd.hostlib.mk bsd.kmod.mk
	    bsd.prog.mk

Log Message:
bsd.dep.mk:  add a dependency for *.d on ${SRCS} ${DPSRCS}.  this should fix
some build problems where DPSRCS contains .h files that need to exist to
build the .d file.

document that bsd.dep.mk should be included after anything that might
update SRCS or DPSRCS so that the above works correctly, and actually
ensure this is the case.


To generate a diff of this commit:
cvs rdiff -r1.131 -r1.132 src/share/mk/bsd.README
cvs rdiff -r1.52 -r1.53 src/share/mk/bsd.dep.mk
cvs rdiff -r1.5 -r1.6 src/share/mk/bsd.hostlib.mk
cvs rdiff -r1.65 -r1.66 src/share/mk/bsd.kmod.mk
cvs rdiff -r1.179 -r1.180 src/share/mk/bsd.prog.mk

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