Title: [131453] trunk/Tools
- Revision
- 131453
- Author
- [email protected]
- Date
- 2012-10-16 07:33:01 -0700 (Tue, 16 Oct 2012)
Log Message
[Qt] Fix wipeclean on Windows
Reviewed by Csaba Osztrogonác.
Make sure to close the .qmake.cache file after opening it, otherwise it cannot be deleted on
a clean build because this process (build-webkit) is still using it due to Windows' exclusive
way of opening files.
* Scripts/webkitdirs.pm:
(buildQMakeProjects):
Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (131452 => 131453)
--- trunk/Tools/ChangeLog 2012-10-16 14:28:03 UTC (rev 131452)
+++ trunk/Tools/ChangeLog 2012-10-16 14:33:01 UTC (rev 131453)
@@ -1,5 +1,18 @@
2012-10-16 Simon Hausmann <[email protected]>
+ [Qt] Fix wipeclean on Windows
+
+ Reviewed by Csaba Osztrogonác.
+
+ Make sure to close the .qmake.cache file after opening it, otherwise it cannot be deleted on
+ a clean build because this process (build-webkit) is still using it due to Windows' exclusive
+ way of opening files.
+
+ * Scripts/webkitdirs.pm:
+ (buildQMakeProjects):
+
+2012-10-16 Simon Hausmann <[email protected]>
+
[Qt] Fix determination of changed files from SVN revisions
Reviewed by Csaba Osztrogonác.
Modified: trunk/Tools/Scripts/webkitdirs.pm (131452 => 131453)
--- trunk/Tools/Scripts/webkitdirs.pm 2012-10-16 14:28:03 UTC (rev 131452)
+++ trunk/Tools/Scripts/webkitdirs.pm 2012-10-16 14:33:01 UTC (rev 131453)
@@ -2288,6 +2288,7 @@
$previousSvnRevision = $1;
}
}
+ close(QMAKECACHE);
}
my $result = 0;
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes