> Date: Thu, 02 May 2013 19:50:25 +0300 > From: Eli Zaretskii <[email protected]> > Cc: [email protected] > > > 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. _______________________________________________ Make-w32 mailing list [email protected] https://lists.gnu.org/mailman/listinfo/make-w32
