From 6c6e82a721f04f3aa4af66130d3e5d80ddb342c8 Mon Sep 17 00:00:00 2001 From: Max Howell Date: Fri, 31 Aug 2012 10:21:44 -0400 Subject: [PATCH] Set VERBOSE if --verbose You tend to get more useful build output this way, and (more importantly?), superenv itself only outputs certain things if VERBOSE is set. --- Library/Homebrew/superenv.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Library/Homebrew/superenv.rb b/Library/Homebrew/superenv.rb index ce5eecf9cf..6e29dd858d 100644 --- a/Library/Homebrew/superenv.rb +++ b/Library/Homebrew/superenv.rb @@ -51,6 +51,7 @@ class << ENV ENV['CMAKE_FRAMEWORK_PATH'] = "#{MacOS.sdk_path}/System/Library/Frameworks" if MacSystem.xcode43_without_clt? ENV['CMAKE_INCLUDE_PATH'] = determine_cmake_include_path ENV['ACLOCAL_PATH'] = determine_aclocal_path + ENV['VERBOSE'] = '1' if ARGV.verbose? end def universal_binary