At 04:48 PM 8/17/2006, Christopher Faylor wrote:
>I don't understand why MinGW's make should be using anything like /bin/sh. >Shouldn't it be using cmd.exe or command.com? > >cgf It seems that if it finds sh.exe in the path it uses it. Remember the chars_sh and chars_dos thing that is switched at run time, that switch is triggered by the finding of sh.exe in the PATH. -Bill _______________________________________________ Make-w32 mailing list [email protected] http://lists.gnu.org/mailman/listinfo/make-w32
