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
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=319861
@ -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 New Issue
Block a user