Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Building zsh should work with "make -j2"
- X-seq: zsh-workers 23105
- From: Vincent Lefevre <vincent@xxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: Re: Building zsh should work with "make -j2"
- Date: Sun, 14 Jan 2007 21:10:04 +0100
- In-reply-to: <070113102141.ZM26285@xxxxxxxxxxxxxxxxxxxxxx>
- Mail-followup-to: zsh-workers@xxxxxxxxxx
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <20070112235849.GZ22968@xxxxxxxxxxxxxxxxxxx> <070113102141.ZM26285@xxxxxxxxxxxxxxxxxxxxxx>
On 2007-01-13 10:21:41 -0800, Bart Schaefer wrote:
> I've tried several different ways to introduce dummy build targets to
> force the one portion of the build that is required to be sequetial to
> really be sequential, and failed every time. The problem is related
> to the way that zsh uses recursive invocations of make with makefiles
> that are (re)compiled as part of the outer invocation; it appears to be
> truly impossible to create a description of this in make syntax because
> the necessary parts of the syntax can't even exist until the outer make
> has already decided that it's OK to parallelize the recurive make.
Since it is not supported, isn't there a way to disable the parallel
build completely in the Makefile? I use the -j2 option systematically.
--
Vincent Lefèvre <vincent@xxxxxxxxxx> - Web: <http://www.vinc17.org/>
100% accessible validated (X)HTML - Blog: <http://www.vinc17.org/blog/>
Work: CR INRIA - computer arithmetic / Arenaire project (LIP, ENS-Lyon)
Messages sorted by:
Reverse Date,
Date,
Thread,
Author