On Mon, Jul 22, 2013 at 12:52 PM, Paul Smith <[email protected]> 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. _______________________________________________ Help-make mailing list [email protected] https://lists.gnu.org/mailman/listinfo/help-make
