Bug 109221

Summary: build-webkit: document sdk, debug, release, device, and simulator options
Product: WebKit Reporter: David Farler <dfarler>
Component: Tools / TestsAssignee: David Farler <dfarler>
Status: RESOLVED FIXED    
Severity: Minor CC: dbates, ddkilzer, webkit.review.bot
Priority: P3    
Version: 528+ (Nightly build)   
Hardware: Mac   
OS: All   
Attachments:
Description Flags
Patch
ddkilzer: review+, ddkilzer: commit-queue-
Patch none

David Farler
Reported 2013-02-07 13:07:34 PST
Add comments in build-webkit usage for the following command line switches: —sdk=<sdk> —debug —release —device —simulator We should remove switches for —devel and —deploy when determining the Xcode configuration while we are at it.
Attachments
Patch (2.57 KB, patch)
2013-02-07 13:12 PST, David Farler
ddkilzer: review+
ddkilzer: commit-queue-
Patch (3.06 KB, patch)
2013-02-08 15:52 PST, David Farler
no flags
David Farler
Comment 1 2013-02-07 13:12:39 PST
David Kilzer (:ddkilzer)
Comment 2 2013-02-07 20:05:05 PST
Comment on attachment 187159 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=187159&action=review r=me with those changes. > Tools/Scripts/build-webkit:112 > - --debug Compile in debug mode > + --debug Compile with Debug Xcode configuration > + --release Compile with Release Xcode configuration The --debug (and --release) switches are used by more than just platforms that build with Xcode. I would suggest removing "Xcode" from the help text here. > Tools/Scripts/build-webkit:113 > + --sdk=<sdk> Use a specific Xcode SDK I would add "(iOS and Mac only)" to the end of the description here. > Tools/Scripts/build-webkit:115 > + --device Use the iphoneos.internal SDK > + --simulator Use the iphonesimulator SDK Similarly, add "(iOS only)" here. Maybe: Use the current <sdkname> SDK (iOS only)
David Farler
Comment 3 2013-02-08 15:52:33 PST
Created attachment 187377 [details] Patch Patch updated with the above suggestions.
David Kilzer (:ddkilzer)
Comment 4 2013-02-08 21:06:51 PST
Comment on attachment 187377 [details] Patch r=me
WebKit Review Bot
Comment 5 2013-02-09 11:10:40 PST
Comment on attachment 187377 [details] Patch Clearing flags on attachment: 187377 Committed r142373: <http://trac.webkit.org/changeset/142373>
WebKit Review Bot
Comment 6 2013-02-09 11:10:44 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.