summaryrefslogtreecommitdiff
path: root/.ci/ci-make-distcheck.sh
diff options
context:
space:
mode:
authorStefan Schmidt <s.schmidt@samsung.com>2019-06-19 09:26:08 -0400
committerMike Blumenkrantz <zmike@samsung.com>2019-06-19 09:26:08 -0400
commitf0f799e4a802c0aaeb08dc50103175352b13d45f (patch)
tree80123acde76840f74f54523dcac9c574186b2fa2 /.ci/ci-make-distcheck.sh
parenteb16fc067625d025af47bf18e312ed414b726283 (diff)
downloadefl-f0f799e4a802c0aaeb08dc50103175352b13d45f.tar.gz
ci: remove no longer needed MAKEFLAGS env variable
Summary: This was used to pass to make and is no longer used with ninja. Depends on D9117 Reviewers: zmike, bu5hm4n Reviewed By: zmike Subscribers: cedric, #reviewers, #committers Tags: #efl Differential Revision: https://phab.enlightenment.org/D9118
Diffstat (limited to '.ci/ci-make-distcheck.sh')
-rwxr-xr-x.ci/ci-make-distcheck.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.ci/ci-make-distcheck.sh b/.ci/ci-make-distcheck.sh
index 9876671d32..54e420e003 100755
--- a/.ci/ci-make-distcheck.sh
+++ b/.ci/ci-make-distcheck.sh
@@ -7,7 +7,7 @@ if [ "$1" != "release-ready" ] ; then
fi
travis_fold distcheck "make distcheck"
if [ "$DISTRO" != "" ] ; then
- docker exec --env MAKEFLAGS="-j5 -rR" --env EIO_MONITOR_POLL=1 --env CC="ccache gcc" \
+ docker exec --env EIO_MONITOR_POLL=1 --env CC="ccache gcc" \
--env CXX="ccache g++" \
--env CFLAGS="-fdirectives-only" --env CXXFLAGS="-fdirectives-only" \
--env LD="ld.gold" $(cat $HOME/cid) dbus-launch ninja -C build dist || \