local.gendirdeps.mk (1cf56d672db8924d7190d3ed21c98c7225fb9227) local.gendirdeps.mk (a160cbfa073e8499026063d2d3882b2117b4ced7)
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 \
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 Ngnu/lib/libgcc \
14 Nlib/libgcc_eh \
15 Nlib/libgcc_s \
13 Ntargets/pseudo/stage* \
14 Ntools/*
15
16# Clang has nested directories in its OBJDIR.
17GENDIRDEPS_FILTER+= C,(lib/clang/lib[^/]*)/.*,\1,
18
19# Exclude toolchain which is handled special.
20.if ${RELDIR:Mtargets*} == ""

--- 45 unchanged lines hidden ---
16 Ntargets/pseudo/stage* \
17 Ntools/*
18
19# Clang has nested directories in its OBJDIR.
20GENDIRDEPS_FILTER+= C,(lib/clang/lib[^/]*)/.*,\1,
21
22# Exclude toolchain which is handled special.
23.if ${RELDIR:Mtargets*} == ""

--- 45 unchanged lines hidden ---