Change in osmo-trx[master]: contrib/jenkins: Enable parallel make in make distcheck

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

pespin gerrit-no-reply at lists.osmocom.org
Mon Oct 12 17:48:57 UTC 2020


pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-trx/+/20597 )


Change subject: contrib/jenkins: Enable parallel make in make distcheck
......................................................................

contrib/jenkins: Enable parallel make in make distcheck

Change-Id: I32925b35126bcd4ef7b5e1315dde28869c2b4b86
Related: OS#4421
---
M contrib/jenkins.sh
1 file changed, 2 insertions(+), 2 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-trx refs/changes/97/20597/1

diff --git a/contrib/jenkins.sh b/contrib/jenkins.sh
index 9561d67..7b751ad 100755
--- a/contrib/jenkins.sh
+++ b/contrib/jenkins.sh
@@ -107,14 +107,14 @@
 $MAKE $PARALLEL_MAKE
 $MAKE check \
   || cat-testlogs.sh
-DISTCHECK_CONFIGURE_FLAGS="$CONFIG" $MAKE distcheck \
+DISTCHECK_CONFIGURE_FLAGS="$CONFIG" $MAKE $PARALLEL_MAKE distcheck \
   || cat-testlogs.sh
 
 if [ "$WITH_MANUALS" = "1" ] && [ "$PUBLISH" = "1" ]; then
 	make -C "$base/doc/manuals" publish
 fi
 
-$MAKE maintainer-clean
+$MAKE $PARALLEL_MAKE maintainer-clean
 
 # Verify distro-specific package patches apply:
 for patch in debian/patches/*.patch; do

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-trx/+/20597
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-trx
Gerrit-Branch: master
Gerrit-Change-Id: I32925b35126bcd4ef7b5e1315dde28869c2b4b86
Gerrit-Change-Number: 20597
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20201012/9398bb1a/attachment.htm>


More information about the gerrit-log mailing list