Module Name: src
Committed By: matt
Date: Wed Jan 27 06:52:48 UTC 2010
Modified Files:
src/compat [matt-nb5-mips64]: Makefile.md_subdir
src/compat/dirshack [matt-nb5-mips64]: Makefile
Log Message:
Make compat build more tolerant of large number of parallel jobs
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.1 -r1.1.2.2 src/compat/Makefile.md_subdir
cvs rdiff -u -r1.1.2.2 -r1.1.2.3 src/compat/dirshack/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/compat/Makefile.md_subdir
diff -u src/compat/Makefile.md_subdir:1.1.2.1 src/compat/Makefile.md_subdir:1.1.2.2
--- src/compat/Makefile.md_subdir:1.1.2.1 Mon Dec 14 06:20:58 2009
+++ src/compat/Makefile.md_subdir Wed Jan 27 06:52:47 2010
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.md_subdir,v 1.1.2.1 2009/12/14 06:20:58 mrg Exp $
+# $NetBSD: Makefile.md_subdir,v 1.1.2.2 2010/01/27 06:52:47 matt Exp $
# list of subdirs
@@ -11,5 +11,5 @@
.endif
.if (${MACHINE_ARCH} == "mips64eb" || ${MACHINE_ARCH} == "mips64el")
-MD_SUBDIR= mips64/64 mips64/o32
+MD_SUBDIR= mips64/64 .WAIT mips64/o32
.endif
Index: src/compat/dirshack/Makefile
diff -u src/compat/dirshack/Makefile:1.1.2.2 src/compat/dirshack/Makefile:1.1.2.3
--- src/compat/dirshack/Makefile:1.1.2.2 Mon Dec 14 06:20:58 2009
+++ src/compat/dirshack/Makefile Wed Jan 27 06:52:47 2010
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.2.2 2009/12/14 06:20:58 mrg Exp $
+# $NetBSD: Makefile,v 1.1.2.3 2010/01/27 06:52:47 matt Exp $
# hacky method to get compat multilib base objdirs created before
# make tries to go create the subdirs used for builds.
@@ -22,7 +22,7 @@
MAKEDIRTARGETENV= BOOTSTRAP_SUBDIRS=
-SUBDIR= ${MD_SUBDIR:C/^/..\//}
+SUBDIR= ${MD_SUBDIR:N.WAIT:C/^/..\//}
.endif # make(obj)
.endif # MKCOMPAT != no