Don't run make describe in parallel -- the outputs gets mangled sometimes.
This commit is contained in:
parent
29ad8e0643
commit
3bb7126018
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=22301
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
# usage: $0 branch
|
||||
|
||||
# -j# to make index
|
||||
INDEXJOBS=4
|
||||
INDEXJOBS=1
|
||||
|
||||
usage () {
|
||||
echo "usage: makeindex branch"
|
||||
|
|
Loading…
Reference in a new issue