mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
META_MODE: NO_FILEMON should imply nofilemon.
This fixes NO_FILEMON to properly still use .depend.OBJ files for dependency tracking. MFC after: 1 week Sponsored by: Dell EMC Isilon
This commit is contained in:
parent
1f14b5e4c0
commit
9369f35755
1 changed files with 1 additions and 1 deletions
|
|
@ -59,7 +59,7 @@ META_MODE+= missing-meta=yes
|
|||
.if !defined(NO_SILENT)
|
||||
META_MODE+= silent=yes
|
||||
.endif
|
||||
.if !exists(/dev/filemon)
|
||||
.if !exists(/dev/filemon) || defined(NO_FILEMON)
|
||||
META_MODE+= nofilemon
|
||||
.endif
|
||||
# Require filemon data with bmake
|
||||
|
|
|
|||
Loading…
Reference in a new issue