local.gendirdeps.mk (73571281f5747b72748a265cc6a6846760549f45) local.gendirdeps.mk (dab362ec597da931e3c91fee4b78605eadc9c430)
1# $FreeBSD$
2
3# we need a keyword, this noise is to prevent it being expanded
4GENDIRDEPS_HEADER= echo '\# ${FreeBSD:L:@v@$$$v$$ @:M*F*}';
5
6# suppress optional/auto dependencies
7# local.dirdeps.mk will put them in if necessary
8GENDIRDEPS_FILTER+= \
9 Nbin/cat.host \
10 Ngnu/lib/libssp/libssp_nonshared \
11 Ncddl/usr.bin/ctf* \
12 Nlib/libc_nonshared \
13 Ntargets/pseudo/stage* \
14 Ntools/*
15
1# $FreeBSD$
2
3# we need a keyword, this noise is to prevent it being expanded
4GENDIRDEPS_HEADER= echo '\# ${FreeBSD:L:@v@$$$v$$ @:M*F*}';
5
6# suppress optional/auto dependencies
7# local.dirdeps.mk will put them in if necessary
8GENDIRDEPS_FILTER+= \
9 Nbin/cat.host \
10 Ngnu/lib/libssp/libssp_nonshared \
11 Ncddl/usr.bin/ctf* \
12 Nlib/libc_nonshared \
13 Ntargets/pseudo/stage* \
14 Ntools/*
15
16# Clang has nested directories in its OBJDIR.
17GENDIRDEPS_FILTER+= C,(lib/clang/lib[^/]*)/.*,\1,
18
16# Exclude toolchain which is handled special.
17.if ${RELDIR:Mtargets*} == ""
18.if ${RELDIR:Nusr.bin/clang/*:Ngnu/usr.bin/cc/*:Nlib/clang*} != ""
19GENDIRDEPS_FILTER.host+= \
20 Nusr.bin/clang/* \
21 Ngnu/usr.bin/cc/* \
22
23.endif

--- 39 unchanged lines hidden ---
19# Exclude toolchain which is handled special.
20.if ${RELDIR:Mtargets*} == ""
21.if ${RELDIR:Nusr.bin/clang/*:Ngnu/usr.bin/cc/*:Nlib/clang*} != ""
22GENDIRDEPS_FILTER.host+= \
23 Nusr.bin/clang/* \
24 Ngnu/usr.bin/cc/* \
25
26.endif

--- 39 unchanged lines hidden ---