aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2017-11-18 21:15:27 +0100
committerLoïc Hoguin <[email protected]>2017-11-18 21:15:27 +0100
commitb27e683111df57a03d2ee8c7c9a9446b74fac52f (patch)
tree45d07dbd5fd78b1d17c5f5b4d340080f531147f1
parent0ea0702dca21bd94a6091a836ebc515a713f190c (diff)
downloadci.erlang.mk-b27e683111df57a03d2ee8c7c9a9446b74fac52f.tar.gz
ci.erlang.mk-b27e683111df57a03d2ee8c7c9a9446b74fac52f.tar.bz2
ci.erlang.mk-b27e683111df57a03d2ee8c7c9a9446b74fac52f.zip
ci_verbose is not defined yet when this plugin is loaded
-rw-r--r--early-plugins.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/early-plugins.mk b/early-plugins.mk
index 5f6ccb4..89ee409 100644
--- a/early-plugins.mk
+++ b/early-plugins.mk
@@ -96,7 +96,7 @@ WINDOWS-OTP-20.1-INSTALL-DIR := $(call msys2_path,$(PROGRAMFILES)/erl9.1/bin)
define ci_windows_target
ci-windows-$1:
$(verbose) $(MAKE) --no-print-directory clean
- $(ci_verbose) \
+ $$(ci_verbose) \
PATH="$(WINDOWS-OTP-$1-INSTALL-DIR):$(PATH)" \
CI_OTP_RELEASE="$1" \
CT_OPTS="-label $1" \