Change in libosmo-netif[master]: 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 16:26:42 UTC 2020


pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/libosmo-netif/+/20584 )


Change subject: Enable parallel make in make distcheck
......................................................................

Enable parallel make in make distcheck

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



  git pull ssh://gerrit.osmocom.org:29418/libosmo-netif refs/changes/84/20584/1

diff --git a/contrib/jenkins.sh b/contrib/jenkins.sh
index 5cfa8cb..bf04643 100755
--- a/contrib/jenkins.sh
+++ b/contrib/jenkins.sh
@@ -37,8 +37,8 @@
 autoreconf --install --force
 ./configure --enable-sanitize --enable-werror
 $MAKE $PARALLEL_MAKE
-$MAKE distcheck \
+$MAKE $PARALLEL_MAKE distcheck \
   || cat-testlogs.sh
-$MAKE maintainer-clean
+$MAKE $PARALLEL_MAKE maintainer-clean
 
 osmo-clean-workspace.sh

-- 
To view, visit https://gerrit.osmocom.org/c/libosmo-netif/+/20584
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: libosmo-netif
Gerrit-Branch: master
Gerrit-Change-Id: Id4dbcbf858a9d0a16bdb83c8ac01355988c74eb0
Gerrit-Change-Number: 20584
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/8e1be130/attachment.htm>


More information about the gerrit-log mailing list