aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2017-07-10 18:46:10 +0200
committerLoïc Hoguin <[email protected]>2017-07-10 18:46:10 +0200
commit538f9ef01a311e24339f14b0ceeae07c6808765d (patch)
treeaa223ec177b7ed58a796908fcfe53c16d4273f7d
parent60983d6c7ab23e211aaf3d9eb7a040385d9d7d1b (diff)
downloadcowlib-538f9ef01a311e24339f14b0ceeae07c6808765d.tar.gz
cowlib-538f9ef01a311e24339f14b0ceeae07c6808765d.tar.bz2
cowlib-538f9ef01a311e24339f14b0ceeae07c6808765d.zip
We use ERL_LIBS, simplify "make perfs"
Also revert the previous change. Didn't work.
-rw-r--r--Makefile5
-rw-r--r--erlang.mk2
2 files changed, 2 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index ab48188..7443d62 100644
--- a/Makefile
+++ b/Makefile
@@ -54,8 +54,5 @@ ifeq ($(MAKECMDGOALS),perfs)
.NOTPARALLEL:
endif
-ci-extra:: perfs
-
perfs: test-build
- $(gen_verbose) erl -noshell -pa ebin deps/horse/ebin \
- -eval 'horse:app_perf($(PROJECT)), erlang:halt().'
+ $(gen_verbose) erl -noshell -pa ebin -eval 'horse:app_perf($(PROJECT)), erlang:halt().'
diff --git a/erlang.mk b/erlang.mk
index 4cdb3e9..953f247 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 distclean
+ $(verbose) $(MAKE) --no-print-directory clean
$(ci_verbose) \
PATH="$(CI_INSTALL_DIR)/$2/bin:$(PATH)" \
CI_OTP_RELEASE="$1" \