Subject: CVS commit: sharesrc
To: None <source-changes@netbsd.org>
From: Bill Sommerfeld <sommerfeld@netbsd.org>
List: source-changes
Date: 12/30/2000 16:32:05
Module Name:	sharesrc
Committed By:	sommerfeld
Date:		Sat Dec 30 14:32:05 UTC 2000

Modified Files:
	sharesrc/share/mk: bsd.subdir.mk

Log Message:
Change SUBDIR expansions so that a .WAIT in a subdirs list turns into
.WAIT (rather than a ${targ}-.WAIT) in the ${targ}'s subdir dependancy list.

This allows .WAIT to be used in SUBDIR as a synchronization barrier
for recursive parallel builds.


To generate a diff of this commit:
cvs rdiff -r1.38 -r1.39 sharesrc/share/mk/bsd.subdir.mk

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