gentoo/dev-lang/elixir/files/elixir-1.10.3-no-Q.patch
Sergei Trofimovich a6b90c93b8
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 <slyfox@gentoo.org>
2020-06-17 08:29:20 +01:00

13 lines
355 B
Diff

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