Title: [204277] trunk/Tools
- Revision
- 204277
- Author
- gyuyoung....@webkit.org
- Date
- 2016-08-09 00:25:25 -0700 (Tue, 09 Aug 2016)
Log Message
Do not check if WebKitLibraries folder exists on EFL and GTK
https://bugs.webkit.org/show_bug.cgi?id=160659
Reviewed by Csaba Osztrogonác.
Though WebKitLibraries is only needed by mac and win ports,
EFL and GTK ports have checked whether it exists.
* Scripts/build-webkit:
Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (204276 => 204277)
--- trunk/Tools/ChangeLog 2016-08-09 03:26:49 UTC (rev 204276)
+++ trunk/Tools/ChangeLog 2016-08-09 07:25:25 UTC (rev 204277)
@@ -1,3 +1,15 @@
+2016-08-09 Gyuyoung Kim <gyuyoung....@webkit.org>
+
+ Do not check if WebKitLibraries folder exists on EFL and GTK
+ https://bugs.webkit.org/show_bug.cgi?id=160659
+
+ Reviewed by Csaba Osztrogonác.
+
+ Though WebKitLibraries is only needed by mac and win ports,
+ EFL and GTK ports have checked whether it exists.
+
+ * Scripts/build-webkit:
+
2016-08-08 Aakash Jain <aakash_j...@apple.com>
Some EWS console logs doesn't go to log file
Modified: trunk/Tools/Scripts/build-webkit (204276 => 204277)
--- trunk/Tools/Scripts/build-webkit 2016-08-09 03:26:49 UTC (rev 204276)
+++ trunk/Tools/Scripts/build-webkit 2016-08-09 07:25:25 UTC (rev 204277)
@@ -156,7 +156,7 @@
}
}
-if (!isIOSWebKit() && !-d "WebKitLibraries") {
+if ((isAppleWebKit() || isWinCairo()) && !-d "WebKitLibraries") {
die "Error: No WebKitLibraries directory found. Please do a fresh checkout.\n";
}
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes