|
From: | Erik Carstensen |
Subject: | Re: Bug: make fails to execute .BAT files with space in the path, with SHELL=cmd.exe |
Date: | Fri, 3 May 2013 10:22:40 +0200 |
Make on Windows cannot support escaping with backslash when the shell
is cmd.exe. And Make in general doesn't support file names with
whitespace too well, you need to introduce blanks via variables, for
it to work reliably. The only place where it works well is in the
command line itself, but not in variables and certainly not in
dependency lists.
[Prev in Thread] | Current Thread | [Next in Thread] |