From f7e78982c0b86f02593c9841676c5a04ddc23bf0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Thu, 3 Nov 2016 15:49:50 +0200 Subject: Fix missing comma Oops! [ci skip] --- plugins/ci.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins') diff --git a/plugins/ci.mk b/plugins/ci.mk index 0d397bd..0b4c327 100644 --- a/plugins/ci.mk +++ b/plugins/ci.mk @@ -45,7 +45,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" \ @@ -54,7 +54,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))) -- cgit v1.2.3