fixeria has submitted this change. ( https://gerrit.osmocom.org/c/osmocom-bb/+/30819 )
Change subject: contrib/jenkins.sh: make use of $PARALLEL_MAKE ......................................................................
contrib/jenkins.sh: make use of $PARALLEL_MAKE
Change-Id: I371a8dca6d992622d005d8c9d84eaaad6f3c7372 --- M contrib/jenkins.sh 1 file changed, 2 insertions(+), 2 deletions(-)
Approvals: Jenkins Builder: Verified pespin: Looks good to me, but someone else must approve laforge: Looks good to me, approved
diff --git a/contrib/jenkins.sh b/contrib/jenkins.sh index 4374229..3a05480 100755 --- a/contrib/jenkins.sh +++ b/contrib/jenkins.sh @@ -40,7 +40,7 @@ cd $base/src/host/$dir autoreconf -fi ./configure - make distcheck + $MAKE $PARALLEL_MAKE distcheck done
# TODO: make sure 'distcheck' passes also for these @@ -48,7 +48,7 @@ cd $base/src/host/$dir autoreconf -fi ./configure - make + $MAKE $PARALLEL_MAKE done
# Build and publish manuals
1 is the latest approved patch-set. No files were changed between the latest approved patch-set and the submitted one.