Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Oct 2015 22:35:44 +0000 (UTC)
From:      Garrett Cooper <ngie@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-9@freebsd.org
Subject:   svn commit: r289957 - stable/9/cddl/lib
Message-ID:  <201510252235.t9PMZiFc017445@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510252235.t9PMZiFc017445>