Re: Parallel Building
Re: Parallel Building
- Subject: Re: Parallel Building
- From: "Charles Nicholson" <email@hidden>
- Date: Tue, 21 Oct 2008 16:26:06 -0700
On Tue, Oct 21, 2008 at 4:20 PM, Michael Crawford
<email@hidden> wrote:
Can you give me any links to HOWTOs that explain how to de-recursify
recursive Makefiles?
A complication is that this requires that I keep all the build
products for each platform separate from each of the others.
Presently I have a folder called "Arch". The various builds make
subfolders within Arch like "mac-os-x" and "win32-x86" and so on.
Eventually I'll have more folders like "linux/fedora-core",
"linux/ubuntu" and so on.
You might also want to check out
Jam. It's old but good, very customizable (for your multiplatform stuff), runs in parallel (good old -j) and very fast at doing dependency checking in deeply hierarchical trees. It's got a steep learning curve but is a very powerful tool.
-charles
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden