Title: [119325] trunk
- Revision
- 119325
- Author
- [email protected]
- Date
- 2012-06-02 11:54:52 -0700 (Sat, 02 Jun 2012)
Log Message
[wx] Unreviewed build fix. Temporarily disable DerivedSources cleanup on Windows.
Modified Paths
Diff
Modified: trunk/ChangeLog (119324 => 119325)
--- trunk/ChangeLog 2012-06-02 18:43:38 UTC (rev 119324)
+++ trunk/ChangeLog 2012-06-02 18:54:52 UTC (rev 119325)
@@ -1,3 +1,9 @@
+2012-06-02 Kevin Ollivier <[email protected]>
+
+ [wx] Unreviewed build fix. Temporarily disable DerivedSources cleanup on Windows.
+
+ * wscript:
+
2012-06-01 Simon Hausmann <[email protected]>
[Qt] Use -Werror only in developer builds
Modified: trunk/wscript (119324 => 119325)
--- trunk/wscript 2012-06-02 18:43:38 UTC (rev 119324)
+++ trunk/wscript 2012-06-02 18:54:52 UTC (rev 119325)
@@ -39,6 +39,11 @@
import Task, ccroot
def clean_derived_sources(ds_cmd):
+ # the below command does not produce the desired output under Cygwin, so for now,
+ # disable this under Windows.
+ if building_on_win32:
+ return
+
cmd = ds_cmd + " -qp | grep -v '^# ' | grep -v '^[[:space:]]' | grep --only-matching '^.*:'"
output = subprocess.check_output(cmd, shell=True)
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes