Re: [bug #13952] Remaking included makefile fails under Linux RedHat 7.3 while working under Solaris 2.6

2005-07-30 Thread Paul D. Smith
%% Thibaud Gaillard <[EMAIL PROTECTED]> writes: tg> This is especially difficult in this case since "remaking" tg> makefiles is somewhat a hidden process in GNU make and very tg> difficult to catch. It's not hidden at all; if you remove the "@" then you'll see the commands as they're execut

Re: [patch] parallel make bug with failing commands

2005-07-30 Thread Paul D. Smith
Hi Michael; Can you please test this with the latest beta version of make? A number of fixes to the jobserver code have been made in that version: ftp://alpha.gnu.org/gnu/make/make-3.81beta3.tar.gz or ftp://alpha.gnu.org/gnu/make/make-3.81beta3.tar.bz2 Thanks! -- --

Re: [patch] parallel make bug with failing commands

2005-07-30 Thread Paul D. Smith
Oh whoops, I see you already tried with the latest CVS code; sorry I missed that the first time. OK, thanks, I'll take a look. -- --- Paul D. Smith <[EMAIL PROTECTED]> Find some GNU make tips at: http://www.gn

[patch] parallel make bug with failing commands

2005-07-30 Thread Michael Matz
Hi, [please keep me CCed, I'm not subscribed to bug-make] I've noticed the problem with make 3.80 during building GCC. I can reproduce it with a small makefile, also with current CVS of GNU make. First I describe the symptoms, and then the bug. The former is a bit long, so you might skip to