Title: [111093] trunk/Tools
- Revision
- 111093
- Author
- [email protected]
- Date
- 2012-03-16 17:13:06 -0700 (Fri, 16 Mar 2012)
Log Message
build-webkit launcher instructions use wrong relative path for Qt
https://bugs.webkit.org/show_bug.cgi?id=81357
Patch by Dave Tharp <[email protected]> on 2012-03-16
Reviewed by Eric Seidel.
Ensure we are at the proper directory before generating run-launcher
instructions.
* Scripts/build-webkit:
Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (111092 => 111093)
--- trunk/Tools/ChangeLog 2012-03-17 00:10:49 UTC (rev 111092)
+++ trunk/Tools/ChangeLog 2012-03-17 00:13:06 UTC (rev 111093)
@@ -1,3 +1,15 @@
+2012-03-16 Dave Tharp <[email protected]>
+
+ build-webkit launcher instructions use wrong relative path for Qt
+ https://bugs.webkit.org/show_bug.cgi?id=81357
+
+ Reviewed by Eric Seidel.
+
+ Ensure we are at the proper directory before generating run-launcher
+ instructions.
+
+ * Scripts/build-webkit:
+
2012-03-16 Brady Eidson <[email protected]>
<rdar://problem/11027997> and https://bugs.webkit.org/show_bug.cgi?id=81412
Modified: trunk/Tools/Scripts/build-webkit (111092 => 111093)
--- trunk/Tools/Scripts/build-webkit 2012-03-17 00:10:49 UTC (rev 111092)
+++ trunk/Tools/Scripts/build-webkit 2012-03-17 00:13:06 UTC (rev 111093)
@@ -742,6 +742,10 @@
# Don't report congrats message if build was interrupted by the user.
exit if ($result & 127) == SIGINT;
+# Explicitly chdir back to where exit will take us anyway, since the following "launcher"
+# message is relative to that directory.
+chdir $originalWorkingDirectory;
+
# Write out congratulations message.
writeCongrats();
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes