local.gendirdeps.mk (b626f5a73a48f44a31a200291b141e1da408a2ff) | local.gendirdeps.mk (ca7f4027f7bed0d40e6b98b16a4acd3045964ba1) |
---|---|
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 | 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# supress optional/auto dependecies | 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/* --- 43 unchanged lines hidden --- | 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/* --- 43 unchanged lines hidden --- |