aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rwxr-xr-xLibrary/Homebrew/install.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Homebrew/install.rb b/Library/Homebrew/install.rb
index 9509a56b8..d9b66d5ac 100755
--- a/Library/Homebrew/install.rb
+++ b/Library/Homebrew/install.rb
@@ -51,6 +51,13 @@ def install f
end
end
+ if ARGV.verbose?
+ ohai "Build Environment"
+ %w[PATH CFLAGS LDFLAGS CPPFLAGS MAKEFLAGS CC CXX MACOSX_DEPLOYMENT_TARGET].each do |f|
+ puts "#{f}: #{ENV[f]}" unless ENV[f].to_s.empty?
+ end
+ end
+
build_time = nil
begin
f.brew do