diff options
author | rillig <rillig> | 2007-02-06 20:48:07 +0000 |
---|---|---|
committer | rillig <rillig> | 2007-02-06 20:48:07 +0000 |
commit | c1227b9a66f14ea2195dc4ee82fed815617561d2 (patch) | |
tree | 7b5717c43027a093804b58cdc5fd7b101c077613 /mk/build | |
parent | 311e542861712f96ca9c50b5cf10ec7dc9894ddd (diff) | |
download | pkgsrc-c1227b9a66f14ea2195dc4ee82fed815617561d2.tar.gz |
Documented NO_BUILD.
Diffstat (limited to 'mk/build')
-rw-r--r-- | mk/build/bsd.build.mk | 9 |
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 |