|
@@ -32,7 +32,7 @@ ci_verbose = $(ci_verbose_$(V))
|
|
|
|
|
|
define ci_target
|
|
define ci_target
|
|
ci-$1: $(KERL_INSTALL_DIR)/$2
|
|
ci-$1: $(KERL_INSTALL_DIR)/$2
|
|
- $(verbose) $(MAKE) --no-print-directory clean
|
|
|
|
|
|
+ $(verbose) $(MAKE) --no-print-directory clean distclean-c_src-env
|
|
$(ci_verbose) \
|
|
$(ci_verbose) \
|
|
PATH="$(KERL_INSTALL_DIR)/$2/bin:$(PATH)" \
|
|
PATH="$(KERL_INSTALL_DIR)/$2/bin:$(PATH)" \
|
|
CI_OTP_RELEASE="$1" \
|
|
CI_OTP_RELEASE="$1" \
|