[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Bug: make fails to execute .BAT files with space in the path, with S
From: |
Eli Zaretskii |
Subject: |
Re: Bug: make fails to execute .BAT files with space in the path, with SHELL=cmd.exe |
Date: |
Thu, 02 May 2013 20:04:30 +0300 |
> Date: Thu, 02 May 2013 19:50:25 +0300
> From: Eli Zaretskii <address@hidden>
> Cc: address@hidden
>
> > SHELL=cmd.exe
> > default:
> > "a b\x.bat"
> >
> > I get this most of the time:
> > make/gnumake.exe --debug=j
> > "a b\x.bat"
> > CreateProcess(NULL,"C:\cygwin\tmp\a b\x.bat",...)
> > (and make exits with code 127)
> >
> > Sometimes (1 in 5), the bat file is actually executed before make exits
> > with 127.
>
> That's strange, I cannot reproduce this. I get 100% success and zero
> exit code all the time.
I did succeed in reproducing this. Stay tuned.
Re: Bug: make fails to execute .BAT files with space in the path, with SHELL=cmd.exe, Erik Carstensen, 2013/05/02