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
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to