summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2007-01-11 00:39:35 +0000
committerrillig <rillig@pkgsrc.org>2007-01-11 00:39:35 +0000
commitddfa53d9afb09a756c20599b3306ed118fcda0ee (patch)
treea96b1cfde2a0a65e3346424c0ac471a4de45f293 /mk
parent741c0c406568a4f332423451ddbee120aa1f4efa (diff)
downloadpkgsrc-ddfa53d9afb09a756c20599b3306ed118fcda0ee.tar.gz
MAKE_JOBS is only used in the do-build target, nowhere else.
Diffstat (limited to 'mk')
-rw-r--r--mk/defaults/mk.conf7
1 files changed, 4 insertions, 3 deletions
diff --git a/mk/defaults/mk.conf b/mk/defaults/mk.conf
index 9d9987cbf04..5c69bcf71c7 100644
--- a/mk/defaults/mk.conf
+++ b/mk/defaults/mk.conf
@@ -1,4 +1,4 @@
-# $NetBSD: mk.conf,v 1.145 2007/01/08 09:52:17 rillig Exp $
+# $NetBSD: mk.conf,v 1.146 2007/01/11 00:39:35 rillig Exp $
#
# This file provides default values for variables that may be overridden
@@ -38,8 +38,9 @@ GZIP?= -9
#MAKE_JOBS= 3
# When defined, specifies the maximum number of jobs ("make -j")
-# that are run in parallel when building packages. By default, no
-# parallelization takes place.
+# that are run in parallel when building packages with the default
+# do-build action. MAKE_JOBS only affects the "build" target,
+# neither "test" nor "install".
#
# Possible values: any positive integer. Useful values are around
# the number of processors on the machine.