Title: [97106] trunk/Tools
- Revision
- 97106
- Author
- ad...@chromium.org
- Date
- 2011-10-10 16:59:37 -0700 (Mon, 10 Oct 2011)
Log Message
Support Distributed-CompileC as an action name in filter-build-webkit
https://bugs.webkit.org/show_bug.cgi?id=69783
Reviewed by Ojan Vafai.
* Scripts/filter-build-webkit:
Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (97105 => 97106)
--- trunk/Tools/ChangeLog 2011-10-10 23:56:58 UTC (rev 97105)
+++ trunk/Tools/ChangeLog 2011-10-10 23:59:37 UTC (rev 97106)
@@ -1,3 +1,12 @@
+2011-10-10 Adam Klein <ad...@chromium.org>
+
+ Support Distributed-CompileC as an action name in filter-build-webkit
+ https://bugs.webkit.org/show_bug.cgi?id=69783
+
+ Reviewed by Ojan Vafai.
+
+ * Scripts/filter-build-webkit:
+
2011-10-10 Simon Fraser <simon.fra...@apple.com>
3D transforms are flattened in WebKit2 snapshots
Modified: trunk/Tools/Scripts/filter-build-webkit (97105 => 97106)
--- trunk/Tools/Scripts/filter-build-webkit 2011-10-10 23:56:58 UTC (rev 97105)
+++ trunk/Tools/Scripts/filter-build-webkit 2011-10-10 23:59:37 UTC (rev 97106)
@@ -147,7 +147,7 @@
printLine($line, STYLE_PLAIN);
} elsif ($line =~ /\*\* BUILD SUCCEEDED \*\*/) {
printLine("Build Succeeded", STYLE_SUCCESS);
- } elsif ($line =~ /^(PhaseScriptExecution|CompileC|Ld|PBXCp|CpResource|CopyPNGFile|CopyTiffFile|CpHeader|Processing|ProcessInfoPlistFile|ProcessPCH|ProcessPCH\+\+|Touch|Libtool|CopyStringsFile|Mig|CreateUniversalBinary|Analyze) ("[^"]+"|\S+)/) {
+ } elsif ($line =~ /^(PhaseScriptExecution|CompileC|Distributed-CompileC|Ld|PBXCp|CpResource|CopyPNGFile|CopyTiffFile|CpHeader|Processing|ProcessInfoPlistFile|ProcessPCH|ProcessPCH\+\+|Touch|Libtool|CopyStringsFile|Mig|CreateUniversalBinary|Analyze) ("[^"]+"|\S+)/) {
my ($command, $path) = ($1, basename($2));
printLine("$command $path", STYLE_PLAIN);
} else {
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes