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:
Bryan Drewery 2017-06-12 18:44:14 +00:00
parent 1f14b5e4c0
commit 9369f35755
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=319861

View File

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