Bug: make fails to execute .BAT files with space in the path, with SHELL=cmd.exe

2013-04-27 Thread Erik Carstensen
Hi, I have the following makefile: SHELL=cmd.exe default: "a b.bat" xy "a b.bat" "x y" a\ b.bat xy a\ b.bat x\ y I also have a file 'a b.bat', which contains a single line: echo a b Now when I run make, this happens: /tmp$ /cygdrive/c/mingw64-i686-20110207/bin/m

Re: .ONESEHLL not working as expected in 3.82

2013-04-27 Thread Eli Zaretskii
> From: Paul Smith > Cc: make-w32@gnu.org, bug-m...@gnu.org > Date: Sat, 27 Apr 2013 14:28:18 -0400 > > On Sat, 2013-04-27 at 20:55 +0300, Eli Zaretskii wrote: > > Note: there's one more major feature in current git repo that needs to > > be made available on Windows: dynamic loading of extension

Re: .ONESEHLL not working as expected in 3.82

2013-04-27 Thread Paul Smith
On Sat, 2013-04-27 at 20:55 +0300, Eli Zaretskii wrote: > Note: there's one more major feature in current git repo that needs to > be made available on Windows: dynamic loading of extensions. That is > my highest priority for Make todo list. Yes. I wonder if there are features of gnulib which ma

Re: .ONESEHLL not working as expected in 3.82

2013-04-27 Thread Eli Zaretskii
> From: Paul Smith > Cc: make-w32@gnu.org, bug-m...@gnu.org > Date: Sat, 27 Apr 2013 12:54:10 -0400 > > Also, I wonder if you have a few minutes to go through the open Windows > bugs in Savannah and make a comment or whatever to those which are still > waiting (some are waiting for other people,

Re: .ONESEHLL not working as expected in 3.82

2013-04-27 Thread Eli Zaretskii
> Date: Mon, 30 Aug 2010 17:09:51 +0100 > From: "Anjum Naseer" > > I have built the 3.82 version of GNU Make using the Microsoft Visual C++ > compiler and it seems to work fine. > However, I cannot get it to work correctly with the .ONESHELL option. > I created a dummy makefile (dummy.mak) with t