diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1999-10-10 11:32:46 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1999-10-10 11:32:46 +0000 |
commit | 3bb712601840adb2b759e7be173dc088d9c0d04f (patch) | |
tree | 2a45fb7f0f246583e3865bc3bf29a27f0dd089f3 /Tools | |
parent | Make it compile on -stable again. (diff) |
Don't run make describe in parallel -- the outputs gets mangled sometimes.
Notes
Notes:
svn path=/head/; revision=22301
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 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" |