aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2014-09-14 14:31:07 -0500
committerJack Nagel2014-09-14 14:31:07 -0500
commit9bc6ab25bad4bef8e86a1d4f7fbb3cdafa91051e (patch)
treed173b88070c213fdc70b39ea385291e84129b5c7 /Library
parente3da7b4dfabe5ac84cf2ffa66998477052041bce (diff)
downloadhomebrew-9bc6ab25bad4bef8e86a1d4f7fbb3cdafa91051e.tar.bz2
erlang: remove warning
It doesn't take *that* long on modern hardware, and we have other packages that take longer.
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}") }