summaryrefslogtreecommitdiff
path: root/mk/build
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2007-02-06 20:48:07 +0000
committerrillig <rillig@pkgsrc.org>2007-02-06 20:48:07 +0000
commitab106b40bdd19b7725ef42ca309db4199810aee8 (patch)
tree7b5717c43027a093804b58cdc5fd7b101c077613 /mk/build
parentfdd5258a69b5ee28d400710d2e7bc52c61911a5f (diff)
downloadpkgsrc-ab106b40bdd19b7725ef42ca309db4199810aee8.tar.gz
Documented NO_BUILD.
Diffstat (limited to 'mk/build')
-rw-r--r--mk/build/bsd.build.mk9
1 files changed, 8 insertions, 1 deletions
diff --git a/mk/build/bsd.build.mk b/mk/build/bsd.build.mk
index bed06cad624..6e3d2ccc97f 100644
--- a/mk/build/bsd.build.mk
+++ b/mk/build/bsd.build.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.build.mk,v 1.8 2006/07/22 16:31:35 jlam Exp $
+# $NetBSD: bsd.build.mk,v 1.9 2007/02/06 20:48:07 rillig Exp $
#
# This Makefile fragment is included by bsd.pkg.mk and provides all
# variables and targets related to building sources for a package.
@@ -12,6 +12,13 @@
# pre-build, do-build, post-build
# pre-test, do-test, post-test
#
+# Package-settable variables:
+#
+# NO_BUILD
+# When defined, the whole build phase is skipped. That includes
+# any substitutions that have one of {pre,do,post}-build as their
+# SUBST_STAGE.
+#
_COOKIE.build= ${WRKDIR}/.build_done
_COOKIE.test= ${WRKDIR}/.test_done