[Webkit-unassigned] [Bug 29802] New: [Qt] Make build-webkit script work on Windows
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Sep 28 04:38:08 PDT 2009
https://bugs.webkit.org/show_bug.cgi?id=29802
Summary: [Qt] Make build-webkit script work on Windows
Product: WebKit
Version: 528+ (Nightly build)
Platform: PC
OS/Version: Windows XP
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: Tools / Tests
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: oszi at inf.u-szeged.hu
If using cmd.exe shell on Windows, you should give correct parameters to mkdir
command.
The mkdir doesn't handle slashes in filepath, but backslashes. And if you pass
-p parameter
to mkdir, it will create directory named -p. You can create 1\2\3 directory
structure without
any additional switch on Windows.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list