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

Erik Carstensen <[email protected]> Tue, 30 Apr 2013 11:30:38 +0200
Newsgroups gmane.comp.gnu.make.windows
Message-ID <CALeBojRCu+uFNe4z1WASzf4LJT1S14cyARW3jgWD7QjreCCbtg@mail.gmail.com>
On Mon, Apr 29, 2013 at 4:40 AM, Eli Zaretskii <[email protected]> wrote:

>
> Alas, this won't help you for long, because the next release of Make
> will not invoke cmd.exe just because the command line has quotes.
> Such commands are also short-circuited in the development sources.
>

Oh. This seems to change make behaviour in a non-backward-compatible way
when one argument has a trailing backslash. E.g.:

"foo.exe" bar\ baz

with 3.82, foo gets two arguments; with master it gets one.

(this is not a problem for my use case; I just wanted to check if this was
intended. I can't find it mentioned in NEWS)

_______________________________________________
Make-w32 mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/make-w32