svn commit: r288218 - head/share/mk

Bryan Drewery bdrewery at FreeBSD.org
Fri Sep 25 15:57:01 UTC 2015


Author: bdrewery
Date: Fri Sep 25 15:57:00 2015
New Revision: 288218
URL: https://svnweb.freebsd.org/changeset/base/288218

Log:
  PROGS: Let the parent run the children in parallel.
  
  This seems to work fine.
  
  MFC after:	3 weeks
  Sponsored by:	EMC / Isilon Storage Division

Modified:
  head/share/mk/bsd.progs.mk

Modified: head/share/mk/bsd.progs.mk
==============================================================================
--- head/share/mk/bsd.progs.mk	Fri Sep 25 14:24:23 2015	(r288217)
+++ head/share/mk/bsd.progs.mk	Fri Sep 25 15:57:00 2015	(r288218)
@@ -66,8 +66,6 @@ all: ${PROGS}
 
 # We cannot capture dependencies for meta mode here
 UPDATE_DEPENDFILE = NO
-# nor can we safely run in parallel.
-.NOTPARALLEL:
 .endif
 .endif	# PROGS || PROGS_CXX
 


More information about the svn-src-all mailing list