aboutsummaryrefslogtreecommitdiffstats
path: root/Tools/portbuild
diff options
context:
space:
mode:
Diffstat (limited to 'Tools/portbuild')
-rwxr-xr-xTools/portbuild/scripts/makeindex6
1 files changed, 5 insertions, 1 deletions
diff --git a/Tools/portbuild/scripts/makeindex b/Tools/portbuild/scripts/makeindex
index e497c9b786d1..89f574b65561 100755
--- a/Tools/portbuild/scripts/makeindex
+++ b/Tools/portbuild/scripts/makeindex
@@ -8,7 +8,7 @@ INDEX_PRISTINE=1
INDEX_QUIET=1
# Concurrency of index build
-INDEX_JOBS=2
+INDEX_JOBS=6
pb=/var/portbuild
arch=$1
@@ -50,6 +50,10 @@ case "x$1" in
branch=6-exp
INDEXFILE=INDEX-6
;;
+ x6-exp2)
+ branch=6-exp2
+ INDEXFILE=INDEX-6
+ ;;
x7)
branch=7
INDEXFILE=INDEX-7