aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2018-06-21 08:47:47 +0200
committerLoïc Hoguin <[email protected]>2018-06-21 08:47:47 +0200
commit7ab15608ec2b5c5a48c0479f2167699655a076d9 (patch)
tree92c17287613ba0aee7fe30b81f5ca9679ee67d48
parent8f6aef7c0533fc7899815ce8d451ed9b9d5c4163 (diff)
downloaderlang.mk-7ab15608ec2b5c5a48c0479f2167699655a076d9.tar.gz
erlang.mk-7ab15608ec2b5c5a48c0479f2167699655a076d9.tar.bz2
erlang.mk-7ab15608ec2b5c5a48c0479f2167699655a076d9.zip
Fix ci for NIFs, env.mk must be removed between versions
-rw-r--r--plugins/ci.mk2
1 files changed, 1 insertions, 1 deletions
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" \