svn commit: r283144 - head/cddl/lib

Garrett Cooper ngie at FreeBSD.org
Wed May 20 11:03:54 UTC 2015


Author: ngie
Date: Wed May 20 11:03:53 2015
New Revision: 283144
URL: https://svnweb.freebsd.org/changeset/base/283144

Log:
  Articulate dependencies for cddl/lib/libdtrace and cddl/lib/libzfs
  
  Parallelize the build in this subdirectory
  
  MFC after: 1 week
  Sponsored by: EMC / Isilon Storage Division

Modified:
  head/cddl/lib/Makefile

Modified: head/cddl/lib/Makefile
==============================================================================
--- head/cddl/lib/Makefile	Wed May 20 10:56:09 2015	(r283143)
+++ head/cddl/lib/Makefile	Wed May 20 11:03:53 2015	(r283144)
@@ -33,4 +33,9 @@ _drti=		drti
 _libdtrace=	libdtrace
 .endif
 
+SUBDIR_DEPEND_libdtrace=	libctf
+SUBDIR_DEPEND_libzfs=	libavl libnvpair libumem libuutil libzfs_core
+
+SUBDIR_PARALLEL=
+
 .include <bsd.subdir.mk>


More information about the svn-src-head mailing list