Fix typo in help output

The variable is named VM_PARALLEL_BUILDS, not VM_PARALLEL_BUILD.

Signed-off-by: Philipp Wagner <mail@philipp-wagner.com>
This commit is contained in:
Philipp Wagner 2020-01-10 00:46:55 +00:00
parent 2a50fafef2
commit 45a6863123
1 changed files with 1 additions and 1 deletions

View File

@ -1078,7 +1078,7 @@ and the remaining files can be compiled on parallel machines. Using
design --output-split 20000 resulted in splitting into approximately
one-minute-compile chunks.
Typically when using this, make with VM_PARALLEL_BUILD=1, and use
Typically when using this, make with VM_PARALLEL_BUILDS=1, and use
I<ccache>.
=item --output-split-cfuncs I<statements>