svn commit: r263833 - in head: gnu/usr.bin usr.bin/clang

Dimitry Andric dim at FreeBSD.org
Thu Mar 27 20:15:34 UTC 2014


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>


More information about the svn-src-head mailing list