aboutsummaryrefslogtreecommitdiffstats
path: root/erlang.mk
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2017-07-10 18:17:13 +0200
committerLoïc Hoguin <[email protected]>2017-07-10 18:17:13 +0200
commit60983d6c7ab23e211aaf3d9eb7a040385d9d7d1b (patch)
tree90f5847e449bc95518744d2516c809db104860c5 /erlang.mk
parentf80753f4a653edd32469ebc2fdd99b8db2c74c54 (diff)
downloadcowlib-60983d6c7ab23e211aaf3d9eb7a040385d9d7d1b.tar.gz
cowlib-60983d6c7ab23e211aaf3d9eb7a040385d9d7d1b.tar.bz2
cowlib-60983d6c7ab23e211aaf3d9eb7a040385d9d7d1b.zip
Experiment distclean instead of clean in CI
Diffstat (limited to 'erlang.mk')
-rw-r--r--erlang.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/erlang.mk b/erlang.mk
index 953f247..4cdb3e9 100644
--- a/erlang.mk
+++ b/erlang.mk
@@ -6023,7 +6023,7 @@ ci_verbose = $(ci_verbose_$(V))
define ci_target
ci-$1: $(CI_INSTALL_DIR)/$2
- $(verbose) $(MAKE) --no-print-directory clean
+ $(verbose) $(MAKE) --no-print-directory distclean
$(ci_verbose) \
PATH="$(CI_INSTALL_DIR)/$2/bin:$(PATH)" \
CI_OTP_RELEASE="$1" \