Module Name: src
Committed By: tsutsui
Date: Wed May 13 14:55:20 UTC 2009
Modified Files:
src/sys/arch/landisk/stand/bootxx: Makefile
Log Message:
Add .WAIT between bootxx_ffsv1 and bootxx_ffsv2 to avoid race
on parallel build as well as i386.
XXX: maybe it's better to build libsa in each bootxx dir.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/landisk/stand/bootxx/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/landisk/stand/bootxx/Makefile
diff -u src/sys/arch/landisk/stand/bootxx/Makefile:1.4 src/sys/arch/landisk/stand/bootxx/Makefile:1.5
--- src/sys/arch/landisk/stand/bootxx/Makefile:1.4 Wed Apr 22 17:20:08 2009
+++ src/sys/arch/landisk/stand/bootxx/Makefile Wed May 13 14:55:20 2009
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2009/04/22 17:20:08 tsutsui Exp $
+# $NetBSD: Makefile,v 1.5 2009/05/13 14:55:20 tsutsui Exp $
-SUBDIR= bootxx_ffsv1 bootxx_ffsv2 bootxx_ustarfs
+SUBDIR= bootxx_ffsv1 .WAIT bootxx_ffsv2 bootxx_ustarfs
LIBOBJ= ${.OBJDIR}
.MAKEOVERRIDES+= LIBOBJ