mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Tell bmake (meta mode) to ignore changes to /usr/local/etc/libmap.d/*
Differential Revision: D10685 Reviewed by: bdrewery
This commit is contained in:
parent
cf55254f20
commit
7e6cd74879
1 changed files with 3 additions and 0 deletions
|
|
@ -283,3 +283,6 @@ 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
|
||||
|
|
|
|||
Loading…
Reference in a new issue