contrib: jenkins: Enable parallel make in make distcheck

Related: OS#4421
Change-Id: I4db992d599bd5cdc16a58729695654d1b759b682
This commit is contained in:
Pau Espin 2020-10-12 17:40:00 +02:00 committed by pespin
parent 86160ace73
commit 3c5fa2df44
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ build .
# do distcheck only once, which is fine from built source tree, since distcheck
# is well separated from the source tree state.
DISTCHECK_CONFIGURE_FLAGS=--enable-external-tests \
$MAKE distcheck \
$MAKE $PARALLEL_MAKE distcheck \
|| cat-testlogs.sh
$MAKE maintainer-clean