aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/install.rb
diff options
context:
space:
mode:
authorAdam Vandenberg2010-04-07 21:01:12 -0700
committerAdam Vandenberg2010-05-06 07:23:59 -0700
commit9ba8d5ede8523e7508e06201f46eefd157e25faa (patch)
tree8ee79972e363805953da0a3888cae4324672949a /Library/Homebrew/install.rb
parent38d969ea7c40120b5e9f354af132b113df4ba2aa (diff)
downloadbrew-9ba8d5ede8523e7508e06201f46eefd157e25faa.tar.bz2
Move dump_build_env to utils and use during installs too.
Diffstat (limited to 'Library/Homebrew/install.rb')
-rwxr-xr-xLibrary/Homebrew/install.rb4
1 files changed, 1 insertions, 3 deletions
diff --git a/Library/Homebrew/install.rb b/Library/Homebrew/install.rb
index 62703ee42..9f8e8c689 100755
--- a/Library/Homebrew/install.rb
+++ b/Library/Homebrew/install.rb
@@ -66,9 +66,7 @@ def install f
if ARGV.verbose?
ohai "Build Environment"
- %w[PATH CFLAGS LDFLAGS CPPFLAGS MAKEFLAGS CC CXX MACOSX_DEPLOYMENT_TARGET PKG_CONFIG_PATH].each do |env|
- puts "#{env}: #{ENV[env]}" unless ENV[env].to_s.empty?
- end
+ dump_build_env ENV
end
build_time = nil