|
From: | Bill Hoffman |
Subject: | Re: distributed compilation |
Date: | Mon, 02 Jun 2008 13:19:28 -0400 |
User-agent: | Thunderbird 2.0.0.14 (Windows/20080421) |
Fabrice GIRARDOT wrote:
Bill Hoffman wrote :What shell/make are you using for windows and -j ?Shell is cmd.exe and I'm runing an own-compiled Make based on v3.81 that includes a windows-specific bug fix. The bug fix deals with the -n option.
Thanks, Eli helped me figure it out. The windows make does not implement the job server stuff. My makefiles use recursive make, so the -j does not get passed down into the children makes. The cygwin make supports the job server, but it has nothing to do with the shell being used.
-Bill
[Prev in Thread] | Current Thread | [Next in Thread] |