diff options
author | pav <pav@FreeBSD.org> | 2008-03-12 01:05:55 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2008-03-12 01:05:55 +0800 |
commit | c93b0f4bb7e8665fc730488d32369676652ddfbf (patch) | |
tree | f440f7b8eecb176e98b96ae2ecd9ac90790f03cb /Tools | |
parent | 1c6273f0910b955c3b55e3c6cc7ab07d1b69cbf7 (diff) | |
download | freebsd-ports-graphics-c93b0f4bb7e8665fc730488d32369676652ddfbf.tar.gz freebsd-ports-graphics-c93b0f4bb7e8665fc730488d32369676652ddfbf.tar.zst freebsd-ports-graphics-c93b0f4bb7e8665fc730488d32369676652ddfbf.zip |
Make the INDEX_JOBS definition actually effective
Diffstat (limited to 'Tools')
-rwxr-xr-x | Tools/portbuild/scripts/makeindex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/portbuild/scripts/makeindex b/Tools/portbuild/scripts/makeindex index 9ae273b7df4..b5f6d337394 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=6 +export INDEX_JOBS=6 pb=/var/portbuild arch=$1 |