local.gendirdeps.mk (5f98380c3ef18cdb60cd31cfb1c0858d1b0f5ad4) local.gendirdeps.mk (6b135dd607534ff082c64ecb5bab9512e3b274f3)
1
2# suppress optional/auto dependencies
3# local.dirdeps.mk will put them in if necessary
4GENDIRDEPS_FILTER+= \
5 Nbin/cat.host \
6 Nlib/libssp_nonshared \
7 Ncddl/usr.bin/ctf* \
8 Nlib/libc_nonshared \
9 Nlib/libgcc_eh \
10 Nlib/libgcc_s \
11 Nstand/libsa/* \
12 Nstand/libsa32/* \
1
2# suppress optional/auto dependencies
3# local.dirdeps.mk will put them in if necessary
4GENDIRDEPS_FILTER+= \
5 Nbin/cat.host \
6 Nlib/libssp_nonshared \
7 Ncddl/usr.bin/ctf* \
8 Nlib/libc_nonshared \
9 Nlib/libgcc_eh \
10 Nlib/libgcc_s \
11 Nstand/libsa/* \
12 Nstand/libsa32/* \
13 Nusr.bin/awk.host \
14 Nusr.bin/xinstall.host \
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*} == ""

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

--- 38 unchanged lines hidden ---