help-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: running parallel make jobs and avoiding jumbled/garbled output?


From: Eli Zaretskii
Subject: Re: running parallel make jobs and avoiding jumbled/garbled output?
Date: Sat, 01 Mar 2008 10:30:23 +0200

> From: Per Jessen <address@hidden>
> Date: Fri, 29 Feb 2008 18:38:09 +0100
> Y-Perjessen: Fri Feb 29 18:38:09 CET 2008
> 
> Eli Zaretskii wrote:
> 
> > Can you show a self-contained excerpt from this Makefile, where all
> > the dependencies and the corresponding rules of a single
> > xx/yy/EMAILADDR.send target are spelled out?
> 
> I've put one together :
> 
> http://jessen.ch/files/makefile-for-eli
> 
> This one still has includes for the userdeps.* files, but I thought it
> might be helpful to show how they are built.

It also lacks the crucial rules and dependencies to produce `userlist',
which is a prerequisite for `all'.

> http://jessen.ch/files/makefile-for-eli2
> 
> This one is completely self-contained. 

I cannot fetch this one: I get 404.

> > Also, are there any recursive Make invocations in this Makefile, and
> > if so, can you show the targets/rules which run them?
> 
> Nope, no recursive stuff at all.  There is one re-execute when the
> userdeps file is built and included.

Yes, that's what made me think there was some recursion.  I see my
mistake now.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]