summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorsjg <sjg@FreeBSD.org>2015-06-14 03:27:22 +0000
committersjg <sjg@FreeBSD.org>2015-06-14 03:27:22 +0000
commit5f9638e1a65b68a70c4720052d6b797e1888b2ab (patch)
tree0e119a92a6474210813def2b261455ecd565c272 /share
parent7ae314f6729241014ef0acd16a5e5d030298926d (diff)
downloadFreeBSD-src-5f9638e1a65b68a70c4720052d6b797e1888b2ab.zip
FreeBSD-src-5f9638e1a65b68a70c4720052d6b797e1888b2ab.tar.gz
Avoid anoying warning
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 3ad29cc..a7f90eb 100644
--- a/share/mk/bsd.init.mk
+++ b/share/mk/bsd.init.mk
@@ -20,7 +20,7 @@ __<bsd.init.mk>__:
# this tells lib.mk and prog.mk to not actually build anything
_SKIP_BUILD = not building at level 0
.endif
-.if !empty(_SKIP_BUILD)
+.if ${.MAKE.LEVEL} > 0 && !empty(_SKIP_BUILD)
.warning ${_SKIP_BUILD}
.endif
OpenPOWER on IntegriCloud