diff options
| author | Jack Nagel | 2014-09-14 14:31:07 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-09-14 14:31:07 -0500 |
| commit | 9bc6ab25bad4bef8e86a1d4f7fbb3cdafa91051e (patch) | |
| tree | d173b88070c213fdc70b39ea385291e84129b5c7 /Library/Formula | |
| parent | e3da7b4dfabe5ac84cf2ffa66998477052041bce (diff) | |
| download | homebrew-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/Formula')
| -rw-r--r-- | Library/Formula/erlang.rb | 2 |
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}") } |
