mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-22 09:27:32 -08:00
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>
13 lines
355 B
Diff
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
|