We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8aa43ea + 65d3af6 commit 08555f5Copy full SHA for 08555f5
Makefile
@@ -86,7 +86,7 @@ $(KERNEL): lib/elixir/lib/*.ex lib/elixir/lib/*/*.ex lib/elixir/lib/*/*/*.ex
86
unicode: $(UNICODE)
87
$(UNICODE): lib/elixir/unicode/*
88
@ echo "==> unicode (compile)";
89
- @ echo "This step can take up to a minute to compile in order to embed the Unicode database"
+ @ echo "Embedding the Unicode database... (this may take a while)"
90
$(Q) cd lib/elixir && ../../$(ELIXIRC) unicode/unicode.ex -o ebin;
91
92
$(eval $(call APP_TEMPLATE,ex_unit,ExUnit))
0 commit comments