Subject: CVS commit: src/distrib/common
To: None <source-changes@NetBSD.org>
From: Greg Oster <oster@netbsd.org>
List: source-changes
Date: 08/02/2006 21:37:41
Module Name: src
Committed By: oster
Date: Wed Aug 2 21:37:41 UTC 2006
Modified Files:
src/distrib/common: Makefile.bootcd
Log Message:
We need to .WAIT until 'prepare' is done, and then .WAIT until
'copy-releasedir' is done before doing 'image'. Failure to do so
leads to a race condition that may result in build errors on
parallel builds with '-j 4' and '-j 16'.
To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 src/distrib/common/Makefile.bootcd
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.