diff options
| author | Sergei Trofimovich <slyfox@gentoo.org> | 2020-06-17 08:29:11 +0100 |
|---|---|---|
| committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-06-17 08:29:20 +0100 |
| commit | a6b90c93b8cc5539bf35db34fe472c72c7175fc1 (patch) | |
| tree | 94d15d6d896957facceeaf548a6ecedaca94d6ec /dev-lang/elixir/files | |
| parent | 9abd3556776d80bbd16d00c39e90c89403cecf18 (diff) | |
| download | gentoo-a6b90c93b8cc5539bf35db34fe472c72c7175fc1.tar.gz gentoo-a6b90c93b8cc5539bf35db34fe472c72c7175fc1.tar.bz2 gentoo-a6b90c93b8cc5539bf35db34fe472c72c7175fc1.zip | |
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>
Diffstat (limited to 'dev-lang/elixir/files')
| -rw-r--r-- | dev-lang/elixir/files/elixir-1.10.3-no-Q.patch | 12 |
1 files changed, 12 insertions, 0 deletions
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 |
