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



_______________________________________________
Help-make mailing list
Help-make@gnu.org
http://lists.gnu.org/mailman/listinfo/help-make

Reply via email to