svn commit: r301624 - head/share/mk

Bryan Drewery bdrewery at FreeBSD.org
Wed Jun 8 14:02:22 UTC 2016


Author: bdrewery
Date: Wed Jun  8 14:02:21 2016
New Revision: 301624
URL: https://svnweb.freebsd.org/changeset/base/301624

Log:
  Don't force filemon for makeman/showconfig
  
  Reported by:	lidl

Modified:
  head/share/mk/sys.mk

Modified: head/share/mk/sys.mk
==============================================================================
--- head/share/mk/sys.mk	Wed Jun  8 14:01:42 2016	(r301623)
+++ head/share/mk/sys.mk	Wed Jun  8 14:02:21 2016	(r301624)
@@ -55,7 +55,8 @@ META_MODE+=	missing-meta=yes
 META_MODE+=	silent=yes
 .endif
 .if !exists(/dev/filemon)
-.if ${UPDATE_DEPENDFILE:Uyes:tl} != "no" && !defined(NO_FILEMON)
+.if ${UPDATE_DEPENDFILE:Uyes:tl} != "no" && !defined(NO_FILEMON) && \
+    !make(showconfig)
 .error ${.newline}ERROR: The filemon module (/dev/filemon) is not loaded.
 .endif
 META_MODE+= nofilemon


More information about the svn-src-head mailing list