Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Mar 2014 20:15:34 +0000 (UTC)
From:      Dimitry Andric <dim@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r263833 - in head: gnu/usr.bin usr.bin/clang
Message-ID:  <201403272015.s2RKFY67059800@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403272015.s2RKFY67059800>