Browse Source

Experiment distclean instead of clean in CI

Loïc Hoguin 7 years ago
parent
commit
60983d6c7a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      erlang.mk

+ 1 - 1
erlang.mk

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