Title: [128206] trunk/Tools
- Revision
- 128206
- Author
- [email protected]
- Date
- 2012-09-11 10:50:22 -0700 (Tue, 11 Sep 2012)
Log Message
Fixed a bug where kill-old-processes failed to kill clang++.
Rubber-stamped by Alexey Proskuryakov.
* BuildSlaveSupport/kill-old-processes: Escape the + signs in "clang++"
where it is passed as a regular _expression_ to killall.
Modified Paths
Diff
Modified: trunk/Tools/BuildSlaveSupport/kill-old-processes (128205 => 128206)
--- trunk/Tools/BuildSlaveSupport/kill-old-processes 2012-09-11 17:42:28 UTC (rev 128205)
+++ trunk/Tools/BuildSlaveSupport/kill-old-processes 2012-09-11 17:50:22 UTC (rev 128206)
@@ -59,7 +59,7 @@
"cc1plus",
"cc1objplus",
"clang",
- "clang++",
+ "clang\+\+",
"gcc-4.2",
"httpd",
"i686-apple-darwin10-gcc-4.2.1",
Modified: trunk/Tools/ChangeLog (128205 => 128206)
--- trunk/Tools/ChangeLog 2012-09-11 17:42:28 UTC (rev 128205)
+++ trunk/Tools/ChangeLog 2012-09-11 17:50:22 UTC (rev 128206)
@@ -1,3 +1,12 @@
+2012-09-11 Dan Bernstein <[email protected]>
+
+ Fixed a bug where kill-old-processes failed to kill clang++.
+
+ Rubber-stamped by Alexey Proskuryakov.
+
+ * BuildSlaveSupport/kill-old-processes: Escape the + signs in "clang++"
+ where it is passed as a regular _expression_ to killall.
+
2012-09-11 Philippe Liard <[email protected]>
Make sure that md5sum is not setup on non-Chromium Android platforms.
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes