Date: Tue, 1 Dec 2015 05:18:55 +0000 (UTC) From: Bryan Drewery <bdrewery@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r291559 - head/share/mk Message-ID: <201512010518.tB15ItVG008765@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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/*
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512010518.tB15ItVG008765>