summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authordim <dim@FreeBSD.org>2014-03-27 20:15:33 +0000
committerdim <dim@FreeBSD.org>2014-03-27 20:15:33 +0000
commit3c44b46e490b06337a6fe403849b235f96a52355 (patch)
tree7900d1abbcfcb261fd739891660d67b6cfc0bd61 /usr.bin
parentd2c99117cd3ba252f6346cd063def341a61adf72 (diff)
downloadFreeBSD-src-3c44b46e490b06337a6fe403849b235f96a52355.zip
FreeBSD-src-3c44b46e490b06337a6fe403849b235f96a52355.tar.gz
Enable parallel building for gnu/usr.bin and usr.bin/clang too.
MFC after: 2 weeks X-MFC-With: r263778
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/clang/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.bin/clang/Makefile b/usr.bin/clang/Makefile
index f0ab065..f3e2957 100644
--- a/usr.bin/clang/Makefile
+++ b/usr.bin/clang/Makefile
@@ -29,4 +29,6 @@ SUBDIR+=lldb
.endif
.endif # TOOLS_PREFIX
+SUBDIR_PARALLEL=
+
.include <bsd.subdir.mk>
OpenPOWER on IntegriCloud