svn commit: r296125 - in head/lib/libcasper: . services

Bryan Drewery bdrewery at FreeBSD.org
Fri Feb 26 22:14:06 UTC 2016


Author: bdrewery
Date: Fri Feb 26 22:14:04 2016
New Revision: 296125
URL: https://svnweb.freebsd.org/changeset/base/296125

Log:
  These can build in parallel.
  
  Sponsored by:	EMC / Isilon Storage Division

Modified:
  head/lib/libcasper/Makefile
  head/lib/libcasper/services/Makefile

Modified: head/lib/libcasper/Makefile
==============================================================================
--- head/lib/libcasper/Makefile	Fri Feb 26 22:14:00 2016	(r296124)
+++ head/lib/libcasper/Makefile	Fri Feb 26 22:14:04 2016	(r296125)
@@ -3,4 +3,6 @@
 SUBDIR=		libcasper
 SUBDIR+=	services
 
+SUBDIR_PARALLEL=
+
 .include <bsd.subdir.mk>

Modified: head/lib/libcasper/services/Makefile
==============================================================================
--- head/lib/libcasper/services/Makefile	Fri Feb 26 22:14:00 2016	(r296124)
+++ head/lib/libcasper/services/Makefile	Fri Feb 26 22:14:04 2016	(r296125)
@@ -6,4 +6,6 @@ SUBDIR+=	cap_pwd
 SUBDIR+=	cap_random
 SUBDIR+=	cap_sysctl
 
+SUBDIR_PARALLEL=
+
 .include <bsd.subdir.mk>


More information about the svn-src-all mailing list