help-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: jobserver fds remain open in subprocess


From: Keith Rarick
Subject: Re: jobserver fds remain open in subprocess
Date: Mon, 22 Jul 2013 15:21:51 -0700

On Mon, Jul 22, 2013 at 12:52 PM, Paul Smith <address@hidden> wrote:
> If you can send me the config.h file (privately is fine) from the Darwin
> build I'll take a poke through it and see if I can spot something.

Huh. I was using the precompiled copy of make that's distributed with
mac os, and just compiled 3.81 from source to get you the config.h file.
The one I compiled works as expected.

olive:t kr$ ../make-3.81/make foo
./x
rjob is 3
wjob is 4
number of jobs is 1
make: *** [foo] Error 1

olive:t kr$ /usr/bin/make foo
./x
rjob is 3
wjob is 4
read make job token 43 +
read make job token 43 +
read make job token 43 +
number of jobs is 4
make: *** [foo] Error 1

They're both make 3.81. I don't know if apple ships the config.h they
used to compile that copy of make, or where to find it if so.

Dunno what to do about this except report a bug to apple.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]