svn commit: r276805 - in head/contrib/ofed: usr.bin usr.lib

Garrett Cooper ngie at FreeBSD.org
Thu Jan 8 02:11:15 UTC 2015


Author: ngie
Date: Thu Jan  8 02:11:13 2015
New Revision: 276805
URL: https://svnweb.freebsd.org/changeset/base/276805

Log:
  Build contrib/ofed/usr.{bin,lib} in parallel
  
  MFC after: 1 week
  Sponsored by: EMC / Isilon Storage Division

Modified:
  head/contrib/ofed/usr.bin/Makefile
  head/contrib/ofed/usr.lib/Makefile

Modified: head/contrib/ofed/usr.bin/Makefile
==============================================================================
--- head/contrib/ofed/usr.bin/Makefile	Thu Jan  8 02:04:37 2015	(r276804)
+++ head/contrib/ofed/usr.bin/Makefile	Thu Jan  8 02:11:13 2015	(r276805)
@@ -1,7 +1,7 @@
-.include <bsd.own.mk>
-
 SUBDIR	= ibaddr ibnetdiscover ibping ibportstate ibroute ibsendtrap ibstat
 SUBDIR += ibsysstat ibtracert opensm perfquery saquery
 SUBDIR += sminfo smpdump smpquery vendstat
 
+SUBDIR_PARALLEL=
+
 .include <bsd.subdir.mk>

Modified: head/contrib/ofed/usr.lib/Makefile
==============================================================================
--- head/contrib/ofed/usr.lib/Makefile	Thu Jan  8 02:04:37 2015	(r276804)
+++ head/contrib/ofed/usr.lib/Makefile	Thu Jan  8 02:11:13 2015	(r276805)
@@ -1,6 +1,6 @@
-.include <bsd.own.mk>
-
 SUBDIR	= libibcommon libibmad libibumad libibverbs libmlx4 libmthca
 SUBDIR	+= libopensm libosmcomp libosmvendor libibcm librdmacm libsdp libcxgb4
 
+SUBDIR_PARALLEL=
+
 .include <bsd.subdir.mk>


More information about the svn-src-all mailing list