Bug 77717 - Makefile should provide control over output verbosity
Summary: Makefile should provide control over output verbosity
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac Unspecified
: P2 Normal
Assignee: Mark Rowe (bdash)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-02 22:55 PST by Mark Rowe (bdash)
Modified: 2012-02-02 23:45 PST (History)
0 users

See Also:


Attachments
Patch v1 (4.45 KB, patch)
2012-02-02 23:05 PST, Mark Rowe (bdash)
mitz: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.