aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorXiyue Deng2013-10-23 01:28:28 -0700
committerXiyue Deng2013-10-23 01:28:28 -0700
commit0a90e2d27723ec512385238402d720fa157934dd (patch)
tree5ac7974b5338877b4c4b4741199115882867dd5c /Library/Formula
parent7c6acdf0db4d815517f1280d624e1a06c2bc1c6b (diff)
downloadhomebrew-0a90e2d27723ec512385238402d720fa157934dd.tar.bz2
icu4c: enable verbose build log.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/icu4c.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/icu4c.rb b/Library/Formula/icu4c.rb
index b84525cf0..2d8ad48d7 100644
--- a/Library/Formula/icu4c.rb
+++ b/Library/Formula/icu4c.rb
@@ -24,8 +24,8 @@ class Icu4c < Formula
args << "--with-library-bits=64" if MacOS.prefer_64_bit?
cd "source" do
system "./configure", *args
- system "make"
- system "make install"
+ system "make", "VERBOSE=1"
+ system "make", "VERBOSE=1", "install"
end
end
end