svn commit: r291559 - head/share/mk

Bryan Drewery bdrewery at FreeBSD.org
Tue Dec 1 05:18:57 UTC 2015


Author: bdrewery
Date: Tue Dec  1 05:18:55 2015
New Revision: 291559
URL: https://svnweb.freebsd.org/changeset/base/291559

Log:
  META MODE: Don't trim out lib/clang/include dependency.
  
  Doing this causes more trouble than it is worth regarding cyclic
  dependencies.  It should not be needed after cleaning up MACHINE=host
  builds in r291324.
  
  Sponsored by:	EMC / Isilon Storage Division

Modified:
  head/share/mk/local.dirdeps.mk
  head/share/mk/local.gendirdeps.mk

Modified: head/share/mk/local.dirdeps.mk
==============================================================================
--- head/share/mk/local.dirdeps.mk	Tue Dec  1 05:18:48 2015	(r291558)
+++ head/share/mk/local.dirdeps.mk	Tue Dec  1 05:18:55 2015	(r291559)
@@ -86,10 +86,6 @@ DIRDEPS += \
 
 .endif
 
-.if ${MK_CLANG} == "yes" && ${DEP_RELDIR:Nlib/clang/lib*:Nlib/libc*} == ""
-DIRDEPS+= lib/clang/include
-.endif
-
 .if ${MK_STAGING} == "yes"
 # we need targets/pseudo/stage to prep the stage tree
 .if ${DEP_RELDIR} != "targets/pseudo/stage"

Modified: head/share/mk/local.gendirdeps.mk
==============================================================================
--- head/share/mk/local.gendirdeps.mk	Tue Dec  1 05:18:48 2015	(r291558)
+++ head/share/mk/local.gendirdeps.mk	Tue Dec  1 05:18:55 2015	(r291559)
@@ -9,7 +9,6 @@ GENDIRDEPS_FILTER+= \
 	Nbin/cat.host \
 	Ngnu/lib/libssp/libssp_nonshared \
 	Ncddl/usr.bin/ctf* \
-	Nlib/clang/include \
 	Nlib/libc_nonshared \
 	Ntargets/pseudo/stage* \
 	Ntools/*


More information about the svn-src-all mailing list