Enable parallel make in make distcheck

Related: OS#4421
Change-Id: I4fd59946c771906b5ec36e605fa8e6cbc648beec
This commit is contained in:
Pau Espin 2020-10-12 17:44:18 +02:00
parent 01b2d940a0
commit 102c81cf1b
1 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ osmo-clean-workspace.sh
autoreconf --install --force
./configure --enable-sanitize CFLAGS="-Werror" CPPFLAGS="-Werror"
$MAKE $PARALLEL_MAKE
$MAKE distcheck
$MAKE maintainer-clean
$MAKE $PARALLEL_MAKE distcheck
$MAKE $PARALLEL_MAKE maintainer-clean
osmo-clean-workspace.sh