mirror of
https://git.FreeBSD.org/src.git
synced 2024-11-29 08:08:37 +00:00
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
This commit is contained in:
parent
cf990407e1
commit
3c42abd89d
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=291559
@ -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"
|
||||
|
@ -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/*
|
||||
|
Loading…
Reference in New Issue
Block a user