Author: dim
Date: Thu Mar 27 20:15:33 2014
New Revision: 263833
URL: http://svnweb.freebsd.org/changeset/base/263833

Log:
  Enable parallel building for gnu/usr.bin and usr.bin/clang too.
  
  MFC after:    2 weeks
  X-MFC-With:   r263778

Modified:
  head/gnu/usr.bin/Makefile
  head/usr.bin/clang/Makefile

Modified: head/gnu/usr.bin/Makefile
==============================================================================
--- head/gnu/usr.bin/Makefile   Thu Mar 27 20:14:50 2014        (r263832)
+++ head/gnu/usr.bin/Makefile   Thu Mar 27 20:15:33 2014        (r263833)
@@ -46,4 +46,6 @@ _cc=          cc
 _gdb=          gdb
 .endif
 
+SUBDIR_PARALLEL=
+
 .include <bsd.subdir.mk>

Modified: head/usr.bin/clang/Makefile
==============================================================================
--- head/usr.bin/clang/Makefile Thu Mar 27 20:14:50 2014        (r263832)
+++ head/usr.bin/clang/Makefile Thu Mar 27 20:15:33 2014        (r263833)
@@ -29,4 +29,6 @@ SUBDIR+=lldb
 .endif
 .endif # TOOLS_PREFIX
 
+SUBDIR_PARALLEL=
+
 .include <bsd.subdir.mk>
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to