local.gendirdeps.mk (312809fe7fefbc8d5caa2b59089a5d9266378057) | local.gendirdeps.mk (cd0d51baaa4509a1db83251a601d34404d20c990) |
---|---|
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 \ | 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 \ | 10 Nlib/libssp_nonshared \ |
11 Ncddl/usr.bin/ctf* \ 12 Nlib/libc_nonshared \ 13 Ngnu/lib/csu \ 14 Ngnu/lib/libgcc \ 15 Nlib/libgcc_eh \ 16 Nlib/libgcc_s \ 17 Nstand/libsa/* \ 18 Nstand/libsa32/* \ --- 53 unchanged lines hidden --- | 11 Ncddl/usr.bin/ctf* \ 12 Nlib/libc_nonshared \ 13 Ngnu/lib/csu \ 14 Ngnu/lib/libgcc \ 15 Nlib/libgcc_eh \ 16 Nlib/libgcc_s \ 17 Nstand/libsa/* \ 18 Nstand/libsa32/* \ --- 53 unchanged lines hidden --- |