You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-lang/elixir/files/elixir-1.10.3-no-Q.patch

13 lines
355 B

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