svn commit: r289956 - stable/10/cddl/lib

Garrett Cooper ngie at FreeBSD.org
Sun Oct 25 22:34:50 UTC 2015


Author: ngie
Date: Sun Oct 25 22:34:49 2015
New Revision: 289956
URL: https://svnweb.freebsd.org/changeset/base/289956

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

Modified:
  stable/10/cddl/lib/Makefile
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/cddl/lib/Makefile
==============================================================================
--- stable/10/cddl/lib/Makefile	Sun Oct 25 22:33:04 2015	(r289955)
+++ stable/10/cddl/lib/Makefile	Sun Oct 25 22:34:49 2015	(r289956)
@@ -32,4 +32,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-all mailing list