Bug 77717

Summary: Makefile should provide control over output verbosity
Product: WebKit Reporter: Mark Rowe (bdash) <mrowe>
Component: Tools / TestsAssignee: Mark Rowe (bdash) <mrowe>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Mac   
OS: Unspecified   
Attachments:
Description Flags
Patch v1 mitz: review+

Description Mark Rowe (bdash) 2012-02-02 22:55:49 PST
The current Makefile filters out the "setenv" statements that Xcode spits out when running shell script build phases. It does this because some feel that this information isn't useful and makes reading the rest of the build output difficult. Others find this useful for debugging build failures and have to resort to hand-running "xcodebuild" or editing of the Makefile to gather the information. If this was configurable then everyone could be happy!
Comment 1 Mark Rowe (bdash) 2012-02-02 23:05:28 PST
Created attachment 125266 [details]
Patch v1
Comment 2 Mark Rowe (bdash) 2012-02-02 23:45:10 PST
Landed in r106634.