Skip to content

Commit 08555f5

Browse files
author
José Valim
committed
Merge pull request #2648 from sunaku/makefile-message-clarity
Makefile: shorten tip about Unicode embedding time
2 parents 8aa43ea + 65d3af6 commit 08555f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ $(KERNEL): lib/elixir/lib/*.ex lib/elixir/lib/*/*.ex lib/elixir/lib/*/*/*.ex
8686
unicode: $(UNICODE)
8787
$(UNICODE): lib/elixir/unicode/*
8888
@ echo "==> unicode (compile)";
89-
@ echo "This step can take up to a minute to compile in order to embed the Unicode database"
89+
@ echo "Embedding the Unicode database... (this may take a while)"
9090
$(Q) cd lib/elixir && ../../$(ELIXIRC) unicode/unicode.ex -o ebin;
9191

9292
$(eval $(call APP_TEMPLATE,ex_unit,ExUnit))

0 commit comments

Comments
 (0)