Bug 129018

Summary: The shell scripts in the Xcode build system should tell you when they failed
Product: WebKit Reporter: Filip Pizlo <fpizlo>
Component: JavaScriptCoreAssignee: Filip Pizlo <fpizlo>
Status: RESOLVED FIXED    
Severity: Normal CC: barraclough, ggaren, mark.lam, mhahnenberg, mmirman, mrowe, msaboff, nrotem, oliver, sam
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Bug Depends on:    
Bug Blocks: 129019, 112840    
Attachments:
Description Flags
the patch
none
the patch mrowe: review+

Description Filip Pizlo 2014-02-18 19:40:37 PST
Patch forthcoming.
Comment 1 Filip Pizlo 2014-02-18 19:41:34 PST
Created attachment 224577 [details]
the patch
Comment 2 Mark Rowe (bdash) 2014-02-18 19:44:50 PST
Comment on attachment 224577 [details]
the patch

These could a single invocation as "set -ex", but I'm not sure why you're doing "set -x" in the first place. That's going to make things awfully verbose.

It's also not clear why you're only updating these two phases rather than all of the script phases in JavaScriptCore.xcodeproj (and the remainder of WebKit).
Comment 3 Filip Pizlo 2014-02-18 19:54:26 PST
Created attachment 224578 [details]
the patch

Using set -e only now, and using it in all JSC script phases.
Comment 4 Filip Pizlo 2014-02-18 20:03:51 PST
Landed in http://trac.webkit.org/changeset/164348