From c93b0f4bb7e8665fc730488d32369676652ddfbf Mon Sep 17 00:00:00 2001 From: pav Date: Tue, 11 Mar 2008 17:05:55 +0000 Subject: Make the INDEX_JOBS definition actually effective --- Tools/portbuild/scripts/makeindex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Tools') 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 -- cgit