[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
parallel make and waiting for child process
From: |
Martin d'Anjou |
Subject: |
parallel make and waiting for child process |
Date: |
Thu, 21 Aug 2008 11:08:50 -0400 (EDT) |
User-agent: |
Alpine 1.00 (LRH 882 2007-12-20) |
Hello,
I have a parallel make where one of the child terminates with a non-zero
exit code. Make waits until all children have finished before returning.
Is there a way to have make kill unfinished child processes (when a child
returns a non-zero exit code) and return immediately instead?
If not, where in the source code can I change that?
Thanks!
Martin
On Thu, 14 Aug 2008, Martin d'Anjou wrote:
Hi,
Is there a tool that creates a makefile out of multiple makefiles scattered
in multiple sub directories and rebuilds a single dependency graph for the
whole project?
I am toying with -p, -n and -d options to see how this could be done, but it
looks like a lot of work. I am also looking at the perl module
Makefile::parser, but I don't know yet how to best use it for this purpose.
Thanks,
Martin