DIRDEPS_BUILD: Clang libraries now have nested directories/objects in OBJDIR.
These nested directories are not build targets. They just map back to lib/clang/lib{clang,llvm,llvmminimal,lldb}. Avoid adding these nested directories into Makefile.depend. Sponsored by: EMC / Isilon Storage Division
This commit is contained in:
parent
22acd2ac4f
commit
f9dbd824ab
@ -13,6 +13,9 @@ GENDIRDEPS_FILTER+= \
|
||||
Ntargets/pseudo/stage* \
|
||||
Ntools/*
|
||||
|
||||
# Clang has nested directories in its OBJDIR.
|
||||
GENDIRDEPS_FILTER+= C,(lib/clang/lib[^/]*)/.*,\1,
|
||||
|
||||
# Exclude toolchain which is handled special.
|
||||
.if ${RELDIR:Mtargets*} == ""
|
||||
.if ${RELDIR:Nusr.bin/clang/*:Ngnu/usr.bin/cc/*:Nlib/clang*} != ""
|
||||
|
Loading…
x
Reference in New Issue
Block a user