On Sun, Jan 28, 2007 at 05:06:50PM -0500, Paul Smith wrote:
>On Sun, 2007-01-28 at 13:27 -0800, Bill Harding wrote:
>> In regards to Paul's earlier questions about the version and
>> distribution of my make, it is a Cygwin version of make running on
>> Windows XP. Specifically, if I access my make
On Sun, 2007-01-28 at 13:27 -0800, Bill Harding wrote:
> In regards to Paul's earlier questions about the version and
> distribution of my make, it is a Cygwin version of make running on
> Windows XP. Specifically, if I access my make's help it says "Program
> built for i686-pc-cygwin". The versi
Original Message-
From: Eli Zaretskii [mailto:[EMAIL PROTECTED]
Sent: Sunday, January 28, 2007 12:23 PM
To: [EMAIL PROTECTED]
Cc: Bill Harding; bug-make@gnu.org
Subject: Re: Parallel Jobs Bug
> From: Paul Smith <[EMAIL PROTECTED]>
> Date: Sun, 28 Jan 2007 09:42
On Sun, Jan 28, 2007 at 10:22:52PM +0200, Eli Zaretskii wrote:
>> From: Paul Smith
>> Date: Sun, 28 Jan 2007 09:42:25 -0500
>>
>>
>> * the code that generates that output is conditionally compiled
>> only if MAKE_JOBSERVERS is set, and that macro is set only if
>> the config
> From: Paul Smith <[EMAIL PROTECTED]>
> Date: Sun, 28 Jan 2007 09:42:25 -0500
> Cc: bug-make@gnu.org
>
>
> * the code that generates that output is conditionally compiled
> only if MAKE_JOBSERVERS is set, and that macro is set only if
> the configure script detects a number
On Sun, 2007-01-28 at 00:24 -0800, Bill Harding wrote:
> make -C Anims --no-print-directory -r -f Anims.mk all && make -C BGs
> --no-print-directory -r -f BGs.mk all
>
> However, at seemingly random intervals throughout the build process
> (usually about 4-5 times per build), I get the followin
Hi Bug Team,
I have been combatting a make bug for several months, and after many,
many hours of web searching, I am finally breaking down to see if you
might possibly have some idea about what I can do about this bug. The
issue is that I am building assets for a video game using the following
c