aboutsummaryrefslogtreecommitdiffstats
path: root/erlang.mk
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2016-11-03 15:50:53 +0200
committerLoïc Hoguin <[email protected]>2016-11-03 15:50:53 +0200
commit7b0be1d6e2070a187a7e439c82c00e9aca977103 (patch)
tree8d65a8db4df5ba423fc03bfa0efaada368b95703 /erlang.mk
parenta9399f790200f1b1a5a15e45f9574f99ad224db4 (diff)
downloadcowlib-7b0be1d6e2070a187a7e439c82c00e9aca977103.tar.gz
cowlib-7b0be1d6e2070a187a7e439c82c00e9aca977103.tar.bz2
cowlib-7b0be1d6e2070a187a7e439c82c00e9aca977103.zip
Update Erlang.mk to fix CI issue
Diffstat (limited to 'erlang.mk')
-rw-r--r--erlang.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/erlang.mk b/erlang.mk
index 2ac7b91..baa382b 100644
--- a/erlang.mk
+++ b/erlang.mk
@@ -16,7 +16,7 @@
ERLANG_MK_FILENAME := $(realpath $(lastword $(MAKEFILE_LIST)))
-ERLANG_MK_VERSION = 2016.11.03-1-g07bb14c
+ERLANG_MK_VERSION = 2016.11.03-2-gf7e7898
# Make 3.81 and 3.82 are deprecated.
@@ -6051,7 +6051,7 @@ ci_verbose = $(ci_verbose_$(V))
define ci_target
ci-$1: $(CI_INSTALL_DIR)/$2
- $(verbose) $(MAKE) --no-print-directory clean;
+ $(verbose) $(MAKE) --no-print-directory clean
$(ci_verbose) \
PATH="$(CI_INSTALL_DIR)/$2/bin:$(PATH)" \
CI_OTP_RELEASE="$1" \
@@ -6060,7 +6060,7 @@ ci-$1: $(CI_INSTALL_DIR)/$2
$(MAKE) ci-setup tests
endef
-$(foreach otp,$(CI_OTP),$(eval $(call ci_target,$(otp),$(otp)otp)))
+$(foreach otp,$(CI_OTP),$(eval $(call ci_target,$(otp),$(otp),otp)))
$(foreach otp,$(CI_HIPE),$(eval $(call ci_target,$(otp)-native,$(otp)-native,native)))
$(foreach otp,$(CI_HIPE_LLVM),$(eval $(call ci_target,$(otp)-native-llvm,$(otp)-native,native-llvm)))