Suppress optional dependencies

This commit is contained in:
Simon J. Gerraty 2014-05-16 15:00:30 +00:00
parent c65ae8f944
commit 5633315ba3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/projects/bmake/; revision=266235

View File

@ -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!