svn commit: r321491 - head

Bryan Drewery bdrewery at FreeBSD.org
Tue Jul 25 20:43:27 UTC 2017


Author: bdrewery
Date: Tue Jul 25 20:43:26 2017
New Revision: 321491
URL: https://svnweb.freebsd.org/changeset/base/321491

Log:
  Remove unneeded dependency for libzfs.
  
  This dependency does nothing since cddl/lib/libzfs is never
  added into the 'make libraries' dependency chain
  directly.
  
  MFC after:	2 weeks
  Sponsored by:	Dell EMC Isilon

Modified:
  head/Makefile.inc1

Modified: head/Makefile.inc1
==============================================================================
--- head/Makefile.inc1	Tue Jul 25 20:36:44 2017	(r321490)
+++ head/Makefile.inc1	Tue Jul 25 20:43:26 2017	(r321491)
@@ -2340,7 +2340,6 @@ _cddl_lib_libzfs_core= cddl/lib/libzfs_core
 _cddl_lib_libctf= cddl/lib/libctf
 _cddl_lib= cddl/lib
 cddl/lib/libzfs_core__L: cddl/lib/libnvpair__L
-cddl/lib/libzfs__L: lib/libgeom__L
 cddl/lib/libctf__L: lib/libz__L
 .endif
 # cddl/lib/libdtrace requires lib/libproc and lib/librtld_db; it's only built


More information about the svn-src-head mailing list