From 7ab15608ec2b5c5a48c0479f2167699655a076d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Thu, 21 Jun 2018 08:47:47 +0200 Subject: Fix ci for NIFs, env.mk must be removed between versions --- plugins/ci.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/ci.mk b/plugins/ci.mk index 52cf8f3..0881d49 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 + $(verbose) $(MAKE) --no-print-directory clean distclean-c_src-env $(ci_verbose) \ PATH="$(KERL_INSTALL_DIR)/$2/bin:$(PATH)" \ CI_OTP_RELEASE="$1" \ -- cgit v1.2.3