aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/erlang.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/Library/Formula/erlang.rb b/Library/Formula/erlang.rb
index 78a90c590..351e6f4df 100644
--- a/Library/Formula/erlang.rb
+++ b/Library/Formula/erlang.rb
@@ -45,8 +45,6 @@ class Erlang < Formula
fails_with :llvm
def install
- ohai "Compilation takes a long time; use `brew install -v erlang` to see progress" unless ARGV.verbose?
-
# Unset these so that building wx, kernel, compiler and
# other modules doesn't fail with an unintelligable error.
%w[LIBS FLAGS AFLAGS ZFLAGS].each { |k| ENV.delete("ERL_#{k}") }