RESOLVED FIXED 77717
Makefile should provide control over output verbosity
https://bugs.webkit.org/show_bug.cgi?id=77717
Summary Makefile should provide control over output verbosity
Mark Rowe (bdash)
Reported 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!
Attachments
Patch v1 (4.45 KB, patch)
2012-02-02 23:05 PST, Mark Rowe (bdash)
mitz: review+
Mark Rowe (bdash)
Comment 1 2012-02-02 23:05:28 PST
Created attachment 125266 [details] Patch v1
Mark Rowe (bdash)
Comment 2 2012-02-02 23:45:10 PST
Landed in r106634.
Note You need to log in before you can comment on or make changes to this bug.