Skip to content

Commit 65d3af6

Browse files
committed
Makefile: shorten tip about Unicode embedding time
The estimate about this step taking "up to a minute" really depends on the machine we're compiling on. For example, on an old or underpowered machine, it may take _longer_ than a minute. So this patch changes the wording accordingly and puts the reason for the delay at the beginning.
1 parent 8aa43ea commit 65d3af6

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)