Re: Parallel mode: Problem with Re-executing after Makefile-includes building

2000-06-15 Thread Paul D. Smith
%% Jork Loeser <[EMAIL PROTECTED]> writes: jl> I am using gmake version 3.77 under Linux. Please try a later version; your example works for me with 3.79. -- --- Paul D. Smith <[EMAIL PROTECTED]> Find some

Parallel mode: Problem with Re-executing after Makefile-includes building

2000-06-15 Thread Jork Loeser
Hi, I am using gmake version 3.77 under Linux. My Makefile uses an include which is built with commands from the Makefile. In the nonparallel mode (without -j), make does the Re-execution described in the manual after generating the include. In the parallel mode (make -j), this remains undone: Th