mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-16 10:20:30 +00:00
always filter out dirdeps.cache*meta
This commit is contained in:
parent
4113aa9077
commit
43f42ca719
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/projects/bmake/; revision=283587
@ -97,6 +97,8 @@ UPDATE_DEPENDFILE = no
|
|||||||
# for example the result of running configure
|
# for example the result of running configure
|
||||||
# just make sure this is not empty
|
# just make sure this is not empty
|
||||||
META_FILE_FILTER ?= N.meta
|
META_FILE_FILTER ?= N.meta
|
||||||
|
# never consider these
|
||||||
|
META_FILE_FILTER += Ndirdeps.cache*
|
||||||
|
|
||||||
.if !empty(DPADD)
|
.if !empty(DPADD)
|
||||||
# if we have any non-libs in DPADD,
|
# if we have any non-libs in DPADD,
|
||||||
|
Loading…
Reference in New Issue
Block a user