Don't run make describe in parallel -- the outputs gets mangled sometimes.

This commit is contained in:
Satoshi Asami 1999-10-10 11:32:46 +00:00
parent 29ad8e0643
commit 3bb7126018
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=22301

View file

@ -2,7 +2,7 @@
# usage: $0 branch
# -j# to make index
INDEXJOBS=4
INDEXJOBS=1
usage () {
echo "usage: makeindex branch"