wangyu5 / gyp

Automatically exported from code.google.com/p/gyp
0 stars 0 forks source link

Regression in path handling for shelled out cygwin tools #190

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
11>------ Build started: Project: webcore_bindings_sources, Configuration: 
Debug Win32 ------
(...)
11>mkdir -p 
D:/src/chrome.git/src/build/Debug\obj\global_intermediate\webkit\bindings
11>mkdir -p 
D:/src/chrome.git/src/build/Debug\obj\global_intermediate\webcore\bindings

'\' is not understood by cygwin's mkdir, so the directories 
D:\src\chrome.git\src\build\Debugobjglobal_intermediatewebcorebindings webkit 
equivalent are created instead.

Looks like a regression in r903 (or maybe r904).

Original issue reported on code.google.com by maruel@chromium.org on 26 Apr 2011 at 9:21

GoogleCodeExporter commented 9 years ago

Original comment by jean...@google.com on 24 Jan 2012 at 7:37