diff options
| author | Jack Nagel | 2014-02-18 21:46:26 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-02-18 21:46:26 -0500 |
| commit | a1d2aa0f694b1387eb7a2a51405b547ce8610cfc (patch) | |
| tree | 7007495f778a30fe95583d64e1ef4c4261437b71 /Library/Homebrew/extend | |
| parent | 8d4d56c8db79fd73803afd1caa726d52d4f605e4 (diff) | |
| download | brew-a1d2aa0f694b1387eb7a2a51405b547ce8610cfc.tar.bz2 | |
Stop exporting HOMEBREW_VERBOSE to build environment
This flag no longer affects the output of the compiler wrappers, since
everything is buffered by the build process rather than each individual
tool.
Additionally, this is a user-facing knob that affects ARGV.verbose?, and
the combination of these two issues broke the --quieter feature.
Diffstat (limited to 'Library/Homebrew/extend')
| -rw-r--r-- | Library/Homebrew/extend/ENV/super.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Library/Homebrew/extend/ENV/super.rb b/Library/Homebrew/extend/ENV/super.rb index d8e9da9bc..db2a1bf2d 100644 --- a/Library/Homebrew/extend/ENV/super.rb +++ b/Library/Homebrew/extend/ENV/super.rb @@ -77,7 +77,6 @@ module Superenv self['HOMEBREW_TEMP'] = HOMEBREW_TEMP self['HOMEBREW_SDKROOT'] = "#{MacOS.sdk_path}" if MacOS::Xcode.without_clt? self['HOMEBREW_DEVELOPER_DIR'] = determine_developer_dir # used by our xcrun shim - self['HOMEBREW_VERBOSE'] = "1" if ARGV.verbose? self['HOMEBREW_OPTFLAGS'] = determine_optflags self['CMAKE_PREFIX_PATH'] = determine_cmake_prefix_path self['CMAKE_FRAMEWORK_PATH'] = determine_cmake_frameworks_path |
