forked from WebKit/WebKit-http
-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Build WebKit2 before building WebKit
https://bugs.webkit.org/show_bug.cgi?id=129831 <rdar://problem/15920020> Reviewed by Dan Bernstein. .: * Source/Makefile: * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme: * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme: Tools: * Scripts/build-webkit: Always build WebKit2 and make sure to build it before WebKit when building on Mac. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@165220 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information
1 parent
22ff7b5
commit 724b6c9
Showing
6 changed files
with
46 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,15 @@ | ||
2014-03-06 Anders Carlsson <[email protected]> | ||
|
||
Build WebKit2 before building WebKit | ||
https://bugs.webkit.org/show_bug.cgi?id=129831 | ||
<rdar://problem/15920020> | ||
|
||
Reviewed by Dan Bernstein. | ||
|
||
* Source/Makefile: | ||
* WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme: | ||
* WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme: | ||
|
||
2014-03-06 Commit Queue <[email protected]> | ||
|
||
Unreviewed, rolling out r165193. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,14 @@ | ||
2014-03-06 Anders Carlsson <[email protected]> | ||
|
||
Build WebKit2 before building WebKit | ||
https://bugs.webkit.org/show_bug.cgi?id=129831 | ||
<rdar://problem/15920020> | ||
|
||
Reviewed by Dan Bernstein. | ||
|
||
* Scripts/build-webkit: | ||
Always build WebKit2 and make sure to build it before WebKit when building on Mac. | ||
|
||
2014-03-06 ChangSeok Oh <[email protected]> | ||
|
||
make-3.82 fails to build on ARM/Linux | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters