[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: GNU make 3.81beta4 released
From: |
Eli Zaretskii |
Subject: |
Re: GNU make 3.81beta4 released |
Date: |
Thu, 02 Feb 2006 23:05:43 +0200 |
> Date: Wed, 1 Feb 2006 08:34:24 -0500
> From: "Paul D. Smith" <address@hidden>
>
> Hi all;
>
> I've applied Eli's two patches, as described here:
>
> http://www.mail-archive.com/make-w32%40gnu.org/msg00634.html
>
> and here:
>
> http://www.mail-archive.com/make-w32%40gnu.org/msg00697.html
>
> I also applied (most of) the two patches from Markus on Savannah for the
> README.W32 and README.cvs files.
Thanks!
> The fix we had for g->changed was actually broken and caused many of the
> regression tests to fail, so I fixed it.
Can you please elaborate? how was it broken?
All I see when I compare my patched remake.c and the one that's in CVS
is that you replaced the assignment of g->changed with an equivalent
if clause. What am I missing?