svn commit: r320297 - stable/11/share/mk
Bryan Drewery
bdrewery at FreeBSD.org
Fri Jun 23 20:26:00 UTC 2017
Author: bdrewery
Date: Fri Jun 23 20:25:58 2017
New Revision: 320297
URL: https://svnweb.freebsd.org/changeset/base/320297
Log:
MFC r319861:
META_MODE: NO_FILEMON should imply nofilemon.
Approved by: re (gjb)
Modified:
stable/11/share/mk/sys.mk
Directory Properties:
stable/11/ (props changed)
Modified: stable/11/share/mk/sys.mk
==============================================================================
--- stable/11/share/mk/sys.mk Fri Jun 23 20:21:53 2017 (r320296)
+++ stable/11/share/mk/sys.mk Fri Jun 23 20:25:58 2017 (r320297)
@@ -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
More information about the svn-src-stable-11
mailing list