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:
Bryan Drewery 2017-06-01 23:04:44 +00:00
parent 1f1ed24cc5
commit 53b3b05944
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=319481
2 changed files with 5 additions and 4 deletions

View File

@ -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

View File

@ -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