From f465c781d876362bc85d0cb00903242fb9852607 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Sun, 17 Nov 2013 19:09:24 -0600 Subject: [PATCH] Write debug log in non-verbose mode --- Library/ENV/4.3/cc | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Library/ENV/4.3/cc b/Library/ENV/4.3/cc index 74eed697d0..2392d142f7 100755 --- a/Library/ENV/4.3/cc +++ b/Library/ENV/4.3/cc @@ -263,10 +263,7 @@ class Cmd LOGGER.puts "superenv added: #{adds*' '}" unless adds.empty? end def make_fuss? - verbose? and cccfg? 'O' and not configure? - end - def verbose? - !ENV['VERBOSE'].nil? || !ENV['HOMEBREW_VERBOSE'].nil? + cccfg? 'O' and not configure? end def configure? # configure scripts generated with autoconf 2.61 or later export as_nl