Module Name:    src
Committed By:   riz
Date:           Thu Mar 17 19:06:46 UTC 2011

Modified Files:
        src/tools: Makefile

Log Message:
.WAIT for makefs, because in most builds, it's the first target
which includes Makefile.nbincludes, whose beforedepend: has
some race condition I don't fully understand, and which has been
causing many (but not all!) -j16 builds on the autobuild cluster
to fail in tools since sometime between 201103061600 and 201103070900.

With the proper voodoo, I was able to get 8 builds in a row to fail
without this change, and 16 in a row to succeed with it.

XXX a proper fix likely involves reworking the beforedepend: target
of Makefile.nbincludes, but this should get the build cluster back up
to full functionality in the meanwhile.


To generate a diff of this commit:
cvs rdiff -u -r1.143 -r1.144 src/tools/Makefile

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

Modified files:

Index: src/tools/Makefile
diff -u src/tools/Makefile:1.143 src/tools/Makefile:1.144
--- src/tools/Makefile:1.143	Fri Feb 25 23:29:16 2011
+++ src/tools/Makefile	Thu Mar 17 19:06:45 2011
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.143 2011/02/25 23:29:16 phx Exp $
+#	$NetBSD: Makefile,v 1.144 2011/03/17 19:06:45 riz Exp $
 
 .include <bsd.own.mk>
 
@@ -56,7 +56,7 @@
 	${DTRACE_BITS} \
 		asn1_compile cat cksum compile_et config db \
 		file lint1 \
-		makefs menuc mkcsmapper mkesdb mklocale mknod msgc \
+		makefs .WAIT menuc mkcsmapper mkesdb mklocale mknod msgc \
 		.WAIT disklabel \
 		.WAIT paxctl \
 		.WAIT fdisk \

Reply via email to