summaryrefslogtreecommitdiffstats
path: root/share/mk/local.gendirdeps.mk
diff options
context:
space:
mode:
authorsjg <sjg@FreeBSD.org>2014-05-16 15:00:30 +0000
committersjg <sjg@FreeBSD.org>2014-05-16 15:00:30 +0000
commite100a3724fef64a19a709dce45a92fbcf6a607e9 (patch)
tree0bea5ac1baf8d3858f6da64b60094d454eb6088d /share/mk/local.gendirdeps.mk
parent4dc88973c542607c21ab8efa56d364f4bd209ad4 (diff)
downloadFreeBSD-src-e100a3724fef64a19a709dce45a92fbcf6a607e9.zip
FreeBSD-src-e100a3724fef64a19a709dce45a92fbcf6a607e9.tar.gz
Suppress optional dependencies
Diffstat (limited to 'share/mk/local.gendirdeps.mk')
-rw-r--r--share/mk/local.gendirdeps.mk12
1 files changed, 11 insertions, 1 deletions
diff --git a/share/mk/local.gendirdeps.mk b/share/mk/local.gendirdeps.mk
index 28b589d..ff36d97 100644
--- a/share/mk/local.gendirdeps.mk
+++ b/share/mk/local.gendirdeps.mk
@@ -3,7 +3,17 @@
GENDIRDEPS_FILTER+= \
Ngnu/lib/libssp/libssp_nonshared \
Ncddl/usr.bin/ctf* \
- Npkgs/pseudo/stage*
+ Nlib/clang/include \
+ Nlib/libc_nonshared \
+ Npkgs/pseudo/stage* \
+ Ntools/*
+
+.if ${RELDIR:Mpkgs*} == ""
+GENDIRDEPS_FILTER+= \
+ Nusr.bin/clang/clang.host \
+ Ngnu/usr.bin/cc* \
+
+.endif
# gendirdeps.mk will turn _{VAR} into ${VAR} which keeps this simple
# order of this list matters!
OpenPOWER on IntegriCloud