pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/defaults MAKE_JOBS is only used in the do-build tar...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d836990619ed
branches:  trunk
changeset: 523658:d836990619ed
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Thu Jan 11 00:39:35 2007 +0000

description:
MAKE_JOBS is only used in the do-build target, nowhere else.

diffstat:

 mk/defaults/mk.conf |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (21 lines):

diff -r 3be474d53d78 -r d836990619ed mk/defaults/mk.conf
--- a/mk/defaults/mk.conf       Thu Jan 11 00:36:12 2007 +0000
+++ b/mk/defaults/mk.conf       Thu Jan 11 00:39:35 2007 +0000
@@ -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 @@
 
 #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.



Home | Main Index | Thread Index | Old Index