From 3bb712601840adb2b759e7be173dc088d9c0d04f Mon Sep 17 00:00:00 2001 From: Satoshi Asami Date: Sun, 10 Oct 1999 11:32:46 +0000 Subject: Don't run make describe in parallel -- the outputs gets mangled sometimes. --- Tools/portbuild/scripts/makeindex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Tools/portbuild') diff --git a/Tools/portbuild/scripts/makeindex b/Tools/portbuild/scripts/makeindex index f287323b1aef..cadd73e867df 100755 --- a/Tools/portbuild/scripts/makeindex +++ b/Tools/portbuild/scripts/makeindex @@ -2,7 +2,7 @@ # usage: $0 branch # -j# to make index -INDEXJOBS=4 +INDEXJOBS=1 usage () { echo "usage: makeindex branch" -- cgit v1.2.3