aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/clang/Makefile
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2014-03-27 20:15:33 +0000
committerDimitry Andric <dim@FreeBSD.org>2014-03-27 20:15:33 +0000
commit32a632c401b54a70740c5866dbe8e5531e4ee4f7 (patch)
tree7900d1abbcfcb261fd739891660d67b6cfc0bd61 /usr.bin/clang/Makefile
parentd1d4f00e9a533169e77535f17c49d795526be69b (diff)
downloadsrc-32a632c401b54a70740c5866dbe8e5531e4ee4f7.tar.gz
src-32a632c401b54a70740c5866dbe8e5531e4ee4f7.zip
Enable parallel building for gnu/usr.bin and usr.bin/clang too.
MFC after: 2 weeks X-MFC-With: r263778
Notes
Notes: svn path=/head/; revision=263833
Diffstat (limited to 'usr.bin/clang/Makefile')
-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 f0ab06589061..f3e29578ca11 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>