summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2016-06-29 16:45:01 +0000
committerbdrewery <bdrewery@FreeBSD.org>2016-06-29 16:45:01 +0000
commit5c68448b2f996875f54eceb0cf97c6a1a749748c (patch)
treece70b9c55e8400f5a1bec7d098518a61d6349405 /share
parent7fe30bec236f4b734f1284df43bffe6beddea325 (diff)
downloadFreeBSD-src-5c68448b2f996875f54eceb0cf97c6a1a749748c.zip
FreeBSD-src-5c68448b2f996875f54eceb0cf97c6a1a749748c.tar.gz
Don't warn about needing filemon for makeman.
r287879 wasn't quite enough here since Makefile.inc1 is running 'make -C release -V VERSION' and hitting the warning. Reported by: lattera Sponsored by: EMC / Isilon Storage Division Approved by: re (blanket, META_MODE)
Diffstat (limited to 'share')
-rw-r--r--share/mk/bsd.init.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/mk/bsd.init.mk b/share/mk/bsd.init.mk
index 01d5c47..25ab762 100644
--- a/share/mk/bsd.init.mk
+++ b/share/mk/bsd.init.mk
@@ -31,7 +31,7 @@ _SKIP_BUILD = not building at level 0
.if ${MK_META_MODE} == "yes"
.if !exists(/dev/filemon) && \
${UPDATE_DEPENDFILE:Uyes:tl} != "no" && !defined(NO_FILEMON) && \
- !make(showconfig)
+ !make(showconfig) && ${.MAKEFLAGS:M-V} == ""
.warning The filemon module (/dev/filemon) is not loaded.
.warning META_MODE is less useful for incremental builds without filemon.
.warning 'kldload filemon' or pass -DNO_FILEMON to suppress this warning.
OpenPOWER on IntegriCloud