META_MODE: Move ignoring of /usr/local/etc/libmap.d to proper place.
This was added in r318194 but local.meta.sys.mk is only used for DIRDEPS_BUILD.
This commit is contained in:
parent
1f1ed24cc5
commit
53b3b05944
@ -283,6 +283,3 @@ META_MODE+= missing-meta=yes
|
||||
.if empty(META_MODE:Mnofilemon)
|
||||
META_MODE+= missing-filemon=yes
|
||||
.endif
|
||||
# We do not want everything out-of-date just because
|
||||
# some unrelated shared lib updated this.
|
||||
.MAKE.META.IGNORE_PATHS+= /usr/local/etc/libmap.d
|
||||
|
@ -91,7 +91,11 @@ META_MODE?= normal
|
||||
/usr/share \
|
||||
|
||||
.endif
|
||||
|
||||
.if !empty(.MAKE.MODE:Mmeta)
|
||||
# We do not want everything out-of-date just because
|
||||
# some unrelated shared lib updated this.
|
||||
.MAKE.META.IGNORE_PATHS+= /usr/local/etc/libmap.d
|
||||
.endif
|
||||
|
||||
.if ${MK_AUTO_OBJ} == "yes"
|
||||
# This needs to be done early - before .PATH is computed
|
||||
|
Loading…
Reference in New Issue
Block a user