summaryrefslogtreecommitdiff
path: root/Tools
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-07-14 08:36:48 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-07-14 08:36:48 +0000
commitd0a6a41e420bad6b7a08f2944f753094f75f05e4 (patch)
treea946892c11c783300921709fca4341b104681dff /Tools
parentDrop the ignorelist concurrency back to 1 because I'm occasionally seeing (diff)
Set INDEX_JOBS to control index build concurrency
Notes
Notes: svn path=/head/; revision=113607
Diffstat (limited to 'Tools')
-rwxr-xr-xTools/portbuild/scripts/makeindex3
1 files changed, 3 insertions, 0 deletions
diff --git a/Tools/portbuild/scripts/makeindex b/Tools/portbuild/scripts/makeindex
index deff4e129fdb..206c41360d31 100755
--- a/Tools/portbuild/scripts/makeindex
+++ b/Tools/portbuild/scripts/makeindex
@@ -7,6 +7,9 @@ INDEX_PRISTINE=1
# Don't give luser advice if it fails
INDEX_QUIET=1
+# Concurrency of index build
+INDEX_JOBS=2
+
pb=/var/portbuild
arch=$1
shift