A bit finer control so we can build toolchain for host

This commit is contained in:
Simon J. Gerraty 2013-03-15 20:19:18 +00:00
parent 8c95c434cb
commit cb9c7ed1cf
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/projects/bmake/; revision=248344

View File

@ -12,8 +12,11 @@ DIRDEPS += pkgs/pseudo/stage
# we want to supress these dependencies for host tools
DEP_DIRDEPS_FILTER.host = \
Ninclude* \
Nlib/* \
Ngnu/lib/* \
Nlib/lib* \
Nlib/csu* \
Nlib/[mn]* \
Ngnu/lib/csu* \
Ngnu/lib/lib[a-r]* \
.if !empty(DIRDEPS) && !empty(DEP_DIRDEPS_FILTER.${DEP_MACHINE})