Re: GNU make 3.82 is now available

2010-07-28 Thread Paul Smith
On Wed, 2010-07-28 at 07:31 -0600, Eric Blake wrote: > It's not obvious from this announcement (and I haven't been following > the make lists) whether you are aware: The POSIX 2008 wording has a bug. > The intent of the Austin Group is that -e must NOT be provided if some > other mechanism ignores

Re: GNU make 3.82 is now available

2010-07-28 Thread Eric Blake
On 07/28/2010 12:50 AM, Paul Smith wrote: > * WARNING: Backward-incompatibility! > The POSIX standard for make was changed in the 2008 version in a > fundamentally incompatible way: make is required to invoke the shell as if > the '-e' flag were provided. Because this would break many makefi

make 3.81.91: dependency checking bug when multiple jobs are used

2010-07-28 Thread Kamil Mierzejewski
Hi, I've encountered a strange bug. Firstly I would say there should be no connection between deps checking and number of jobs, but there seems to be one. In my project, I have a large stack of intermediate targets. Everything looks OK if I run a single job. If I run with at least two jobs -