[Webkit-unassigned] [Bug 149718] New: [Win] Fix behavior of webkit-build-directory script
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Oct 1 12:24:03 PDT 2015
https://bugs.webkit.org/show_bug.cgi?id=149718
Bug ID: 149718
Summary: [Win] Fix behavior of webkit-build-directory script
Classification: Unclassified
Product: WebKit
Version: WebKit Nightly Build
Hardware: PC
OS: All
Status: NEW
Severity: Normal
Priority: P2
Component: Tools / Tests
Assignee: webkit-unassigned at lists.webkit.org
Reporter: bfulgham at webkit.org
CC: lforschler at apple.com
The behavior of webkit-build-directory is wrong on Windows. It should be returning:
$ webkit-build-directory
/cygdrive/c/Projects/WebKit/OpenSource/WebKitBuild
/cygdrive/c/Projects/WebKit/OpenSource/WebKitBuild/Release
Instead, it is returning:
$ ../Scripts/webkit-build-directory
/cygdrive/c/Projects/WebKit/OpenSource/WebKitBuild
/cygdrive/c/Projects/WebKit/OpenSource/WebKitBuild/Release/bin32
This causes other scripts to break.
This patch corrects this behavior, and modifies scripts that had relied on the old improper behavior.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20151001/30f1984d/attachment-0001.html>
More information about the webkit-unassigned
mailing list