Title: [110351] trunk/Tools
- Revision
- 110351
- Author
- [email protected]
- Date
- 2012-03-09 17:03:10 -0800 (Fri, 09 Mar 2012)
Log Message
build-webkit should build Source/WTF on Mac
https://bugs.webkit.org/show_bug.cgi?id=80728
Reviewed by Adam Barth.
We'll add other ports to this list in future commits.
* Scripts/build-webkit:
Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (110350 => 110351)
--- trunk/Tools/ChangeLog 2012-03-10 01:01:08 UTC (rev 110350)
+++ trunk/Tools/ChangeLog 2012-03-10 01:03:10 UTC (rev 110351)
@@ -1,3 +1,14 @@
+2012-03-09 Eric Seidel <[email protected]>
+
+ build-webkit should build Source/WTF on Mac
+ https://bugs.webkit.org/show_bug.cgi?id=80728
+
+ Reviewed by Adam Barth.
+
+ We'll add other ports to this list in future commits.
+
+ * Scripts/build-webkit:
+
2012-03-09 Jon Lee <[email protected]>
Add support for ENABLE(LEGACY_NOTIFICATIONS)
Modified: trunk/Tools/Scripts/build-webkit (110350 => 110351)
--- trunk/Tools/Scripts/build-webkit 2012-03-10 01:01:08 UTC (rev 110350)
+++ trunk/Tools/Scripts/build-webkit 2012-03-10 01:03:10 UTC (rev 110351)
@@ -495,6 +495,9 @@
# Check that all the project directories are there.
my @projects = ("Source/_javascript_Core", "Source/WebCore", "Source/WebKit");
+# Build WTF as a separate static library on ports which support it.
+splice @projects, 0, 0, "Source/WTF" if isAppleMacWebKit();
+
for my $dir (@projects) {
if (! -d $dir) {
die "Error: No $dir directory found. Please do a fresh checkout.\n";
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes