svn commit: r296395 - head/lib

Bryan Drewery bdrewery at FreeBSD.org
Fri Mar 4 22:36:44 UTC 2016


Author: bdrewery
Date: Fri Mar  4 22:36:42 2016
New Revision: 296395
URL: https://svnweb.freebsd.org/changeset/base/296395

Log:
  Parallel installation has been safe here since r267511 added SUBDIR_DEPEND.
  
  Sponsored by:	EMC / Isilon Storage Division

Modified:
  head/lib/Makefile

Modified: head/lib/Makefile
==============================================================================
--- head/lib/Makefile	Fri Mar  4 22:03:38 2016	(r296394)
+++ head/lib/Makefile	Fri Mar  4 22:36:42 2016	(r296395)
@@ -308,8 +308,4 @@ _libusbhid=	libusbhid
 _libusb=	libusb
 .endif
 
-.if !make(install)
-SUBDIR_PARALLEL=
-.endif
-
 .include <bsd.subdir.mk>


More information about the svn-src-head mailing list