Bug 144431

Summary: REGRESSION(183583): [Mac] make without SDKROOT has issues
Product: WebKit Reporter: Joseph Pecoraro <joepeck>
Component: Tools / TestsAssignee: Joseph Pecoraro <joepeck>
Status: RESOLVED FIXED    
Severity: Normal CC: dbates, ddkilzer, jake.nielsen.webkit, joepeck, mitz
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
[PATCH] Proposed Fix mitz: review+

Description Joseph Pecoraro 2015-04-29 19:22:56 PDT
* SUMMARY
`make` without SDKROOT has issues.

* STEPS TO REPRODUCE
1. shell> cd Tools/WebKitTestRunner
2. shell> make
  => FAILURE, attempted to build iOS Target WebKitTestRunnerApp, but we are macosx
3. shell> make SDKROOT=macosx
  => SUCCESS

* NOTES
- Caused by http://trac.webkit.org/changeset/183583
Comment 1 Joseph Pecoraro 2015-04-29 19:27:40 PDT
Created attachment 252027 [details]
[PATCH] Proposed Fix

Still running builds locally myself, but a quick test in WebKitTestRunner gave me expected results.
Comment 2 Joseph Pecoraro 2015-04-29 19:42:08 PDT
http://trac.webkit.org/changeset/183604