projects
/
dragonfly.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
build - Significantly improve parallel buildworld times
[dragonfly.git]
/
gnu
/
usr.bin
/
Makefile
diff --git
a/gnu/usr.bin/Makefile
b/gnu/usr.bin/Makefile
index
b79a7ce
..
db6f6c5
100644
(file)
--- a/
gnu/usr.bin/Makefile
+++ b/
gnu/usr.bin/Makefile
@@
-21,4
+21,8
@@
SUBDIR+= cc41
SUBDIR+= cc44
.ORDER: binutils222 cc44
+# maximum parallelism
+#
+SUBDIR_ORDERED=
+
.include <bsd.subdir.mk>