From 2d35cb644d973f81af09c6f8d342e4838a548f7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Thu, 29 Nov 2018 13:11:05 +0100 Subject: Rebuild the env.mk file when the Erlang/OTP has changed We also rebuild the C code since C code tends to not stay compatible between different Erlang versions. Based on a patch by Slava Yurin. --- plugins/ci.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/ci.mk') diff --git a/plugins/ci.mk b/plugins/ci.mk index 0881d49..52cf8f3 100644 --- a/plugins/ci.mk +++ b/plugins/ci.mk @@ -32,7 +32,7 @@ ci_verbose = $(ci_verbose_$(V)) define ci_target ci-$1: $(KERL_INSTALL_DIR)/$2 - $(verbose) $(MAKE) --no-print-directory clean distclean-c_src-env + $(verbose) $(MAKE) --no-print-directory clean $(ci_verbose) \ PATH="$(KERL_INSTALL_DIR)/$2/bin:$(PATH)" \ CI_OTP_RELEASE="$1" \ -- cgit v1.2.3