pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mk/build Documented MAKE_JOBS_SAFE.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5b06845d4af7
branches:  trunk
changeset: 526812:5b06845d4af7
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sun Mar 18 23:09:09 2007 +0000

description:
Documented MAKE_JOBS_SAFE.

diffstat:

 mk/build/build.mk |  8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diffs (22 lines):

diff -r cf18eb9dc3d8 -r 5b06845d4af7 mk/build/build.mk
--- a/mk/build/build.mk Sun Mar 18 22:07:52 2007 +0000
+++ b/mk/build/build.mk Sun Mar 18 23:09:09 2007 +0000
@@ -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



Home | Main Index | Thread Index | Old Index