Date: Sun, 25 Oct 2015 22:34:49 +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-10@freebsd.org Subject: svn commit: r289956 - stable/10/cddl/lib Message-ID: <201510252234.t9PMYntg017346@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510252234.t9PMYntg017346>