From a6b90c93b8cc5539bf35db34fe472c72c7175fc1 Mon Sep 17 00:00:00 2001 From: Sergei Trofimovich Date: Wed, 17 Jun 2020 08:29:11 +0100 Subject: dev-lang/elixir: take src_test and src_install more verbose Print exact command to eare rerunning subset of test suite. Bug: https://bugs.gentoo.org/727344 Package-Manager: Portage-2.3.101, Repoman-2.3.22 Signed-off-by: Sergei Trofimovich --- dev-lang/elixir/files/elixir-1.10.3-no-Q.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 dev-lang/elixir/files/elixir-1.10.3-no-Q.patch (limited to 'dev-lang/elixir/files') diff --git a/dev-lang/elixir/files/elixir-1.10.3-no-Q.patch b/dev-lang/elixir/files/elixir-1.10.3-no-Q.patch new file mode 100644 index 000000000000..3f55785839b7 --- /dev/null +++ b/dev-lang/elixir/files/elixir-1.10.3-no-Q.patch @@ -0,0 +1,12 @@ +Enable verbose builds by default. +--- a/Makefile ++++ b/Makefile +@@ -8,7 +8,7 @@ ERLC := erlc -I lib/elixir/include $(ERLC_OPTS) + ERL := erl -I lib/elixir/include -noshell -pa lib/elixir/ebin + GENERATE_APP := $(CURDIR)/lib/elixir/generate_app.escript + VERSION := $(strip $(shell cat VERSION)) +-Q := @ ++Q := + LIBDIR := lib + BINDIR := bin + INSTALL = install -- cgit v1.2.3