summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2007-03-18 23:09:09 +0000
committerrillig <rillig@pkgsrc.org>2007-03-18 23:09:09 +0000
commitf1d5b6cf3f56fe7bc3559cc2ffe5ea5eb66dc9fe (patch)
treec371231217c9cb165059d2f4b7fe583f5e9b9cc4
parente74257160b6edb24cdec5e6dde90f8d00ad61790 (diff)
downloadpkgsrc-f1d5b6cf3f56fe7bc3559cc2ffe5ea5eb66dc9fe.tar.gz
Documented MAKE_JOBS_SAFE.
-rw-r--r--mk/build/build.mk8
1 files changed, 7 insertions, 1 deletions
diff --git a/mk/build/build.mk b/mk/build/build.mk
index 11ee4176314..68f166c9efc 100644
--- a/mk/build/build.mk
+++ b/mk/build/build.mk
@@ -1,4 +1,4 @@
-# $NetBSD: build.mk,v 1.11 2007/03/15 22:54:24 rillig Exp $
+# $NetBSD: build.mk,v 1.12 2007/03/18 23:09:09 rillig Exp $
#
# This file defines what happens in the build phase, excluding the
# self-test, which is defined in test.mk.
@@ -17,6 +17,12 @@
# BUILD_TARGET is the target from ${MAKE_FILE} that should be invoked
# to build the sources.
#
+# MAKE_JOBS_SAFE
+# Whether the package supports parallel builds. If set to yes,
+# at most MAKE_JOBS jobs are carried out in parallel. The default
+# value is "yes", and packages that don't support it must
+# explicitly set it to "no".
+#
# Variables defined in this file:
#
# BUILD_MAKE_CMD