logo

overlay

My own overlay for experimentations, use with caution, no support is provided git clone https://hacktivis.me/git/overlay.git

elixir-1.10.3-no-Q.patch (355B)


  1. Enable verbose builds by default.
  2. --- a/Makefile
  3. +++ b/Makefile
  4. @@ -8,7 +8,7 @@ ERLC := erlc -I lib/elixir/include $(ERLC_OPTS)
  5. ERL := erl -I lib/elixir/include -noshell -pa lib/elixir/ebin
  6. GENERATE_APP := $(CURDIR)/lib/elixir/generate_app.escript
  7. VERSION := $(strip $(shell cat VERSION))
  8. -Q := @
  9. +Q :=
  10. LIBDIR := lib
  11. BINDIR := bin
  12. INSTALL = install