svn commit: r289957 - stable/9/cddl/lib

Garrett Cooper ngie at FreeBSD.org
Sun Oct 25 22:35:45 UTC 2015


Author: ngie
Date: Sun Oct 25 22:35:43 2015
New Revision: 289957
URL: https://svnweb.freebsd.org/changeset/base/289957

Log:
  MFstable/10 r289956:
  
  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/9/cddl/lib/Makefile
Directory Properties:
  stable/9/   (props changed)
  stable/9/cddl/   (props changed)
  stable/9/cddl/lib/   (props changed)

Modified: stable/9/cddl/lib/Makefile
==============================================================================
--- stable/9/cddl/lib/Makefile	Sun Oct 25 22:34:49 2015	(r289956)
+++ stable/9/cddl/lib/Makefile	Sun Oct 25 22:35:43 2015	(r289957)
@@ -26,4 +26,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