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