diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2008-03-11 17:05:55 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2008-03-11 17:05:55 +0000 |
commit | f7c728bb1ece4bb48100dca7912e60677303e72f (patch) | |
tree | ce5d5c71129aecb59b7cea58d5d5dd543d09aa17 /Tools | |
parent | - use CPAN macro (diff) |
Make the INDEX_JOBS definition actually effective
Notes
Notes:
svn path=/head/; revision=208829
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 9ae273b7df46..b5f6d3373944 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 |