> From: David Ergo <[EMAIL PROTECTED]>
> Cc: bug-make@gnu.org, Xavier Marichal <[EMAIL PROTECTED]>,
> =?ISO-8859-1?Q?S=E9bastien?= Frippiat <[EMAIL PROTECTED]>
> Date: Tue, 07 Mar 2006 09:28:46 +0100
>
> Ok, now I understand. But for MSYS, as it uses unix code, sh_chars_sh is
> not defined
> From: David Ergo <[EMAIL PROTECTED]>
> Cc: bug-make@gnu.org, Xavier Marichal <[EMAIL PROTECTED]>,
> =?ISO-8859-1?Q?S=E9bastien?= Frippiat <[EMAIL PROTECTED]>
> Sorry, but as a understand the code, sh_chars_sh is an intermediate
> variable as sh_chars_dos is, and sh_chars is the real varia
On Mon, 2006-03-06 at 20:53, Eli Zaretskii wrote:
> > Sorry, but as a understand the code, sh_chars_sh is an intermediate
> > variable as sh_chars_dos is, and sh_chars is the real variable to use.
>
> That's true.
>
> > I thinks the code is buggy, it should not assume that sh_chars is
> > sh_char
On Fri, 2006-03-03 at 18:38, Eli Zaretskii wrote:
> > From: David Ergo <[EMAIL PROTECTED]>
> > Date: Tue, 28 Feb 2006 13:08:10 +0100
> > Cc: Xavier Marichal <[EMAIL PROTECTED]>,
> > =?ISO-8859-1?Q?S=E9bastien?= Frippiat <[EMAIL PROTECTED]>
> > I managed to compile a working version of make 3.81
> From: David Ergo <[EMAIL PROTECTED]>
> Date: Tue, 28 Feb 2006 13:08:10 +0100
> Cc: Xavier Marichal <[EMAIL PROTECTED]>,
> =?ISO-8859-1?Q?S=E9bastien?= Frippiat <[EMAIL PROTECTED]>
> I managed to compile a working version of make 3.81rc1 for MSYS but I
> had do some modifications.
>
> first
Hello,
I managed to compile a working version of make 3.81rc1 for MSYS but I
had do some modifications.
first config/config.guess and config/config.sub must be simply patched
to support MSYS build system (see config_msys.patch in attachment).
sources must be patched (bugs correction) like specif