aboutsummaryrefslogtreecommitdiff
path: root/mk/init.mk
diff options
context:
space:
mode:
authorSimon J. Gerraty <sjg@FreeBSD.org>2015-12-07 22:51:25 +0000
committerSimon J. Gerraty <sjg@FreeBSD.org>2015-12-07 22:51:25 +0000
commit7c6c27a0ba74c140cb8bf378239a6d660e8bce0f (patch)
tree4a6964d83ff81b1858b2c465a893131c7c81a5dc /mk/init.mk
parentce40971ce25292a0274be1ca4e5af0a73db78dd7 (diff)
Notes
Diffstat (limited to 'mk/init.mk')
-rw-r--r--mk/init.mk6
1 files changed, 5 insertions, 1 deletions
diff --git a/mk/init.mk b/mk/init.mk
index e70037080896..43561b528ad8 100644
--- a/mk/init.mk
+++ b/mk/init.mk
@@ -1,4 +1,4 @@
-# $Id: init.mk,v 1.9 2013/07/18 05:46:24 sjg Exp $
+# $Id: init.mk,v 1.10 2015/12/07 04:28:31 sjg Exp $
#
# @(#) Copyright (c) 2002, Simon J. Gerraty
#
@@ -47,4 +47,8 @@ PROFFLAGS?= -DGPROF -DPROF
_SKIP_BUILD = not building at level 0
.endif
+.if !empty(_SKIP_BUILD)
+all: .PHONY
+.warning ${_SKIP_BUILD}
+.endif
.endif