aboutsummaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorAdam Vandenberg2010-04-07 21:01:12 -0700
committerAdam Vandenberg2010-05-06 07:23:59 -0700
commit9ba8d5ede8523e7508e06201f46eefd157e25faa (patch)
tree8ee79972e363805953da0a3888cae4324672949a /bin
parent38d969ea7c40120b5e9f354af132b113df4ba2aa (diff)
downloadbrew-9ba8d5ede8523e7508e06201f46eefd157e25faa.tar.bz2
Move dump_build_env to utils and use during installs too.
Diffstat (limited to 'bin')
-rwxr-xr-xbin/brew9
1 files changed, 0 insertions, 9 deletions
diff --git a/bin/brew b/bin/brew
index abdfd43df..092fe5598 100755
--- a/bin/brew
+++ b/bin/brew
@@ -69,15 +69,6 @@ PATH: #{ENV['PATH']}
EOS
end
-def dump_build_env env
- puts "\"--use-llvm\" was specified" if ARGV.include? '--use-llvm'
-
- %w[CC CXX LD CFLAGS CXXFLAGS CPPFLAGS LDFLAGS MAKEFLAGS PATH PKG_CONFIG_PATH HOMEBREW_USE_LLVM].each do |k|
- value = env[k]
- puts "#{k}: #{value}" if value
- end
-end
-
begin
require 'brew.h'