zsh-workers
 help / color / mirror / code / Atom feed
From: Wayne Davison <wayned@users.sourceforge.net>
To: zsh-workers@sunsite.dk
Subject: parallel compilation fails
Date: Mon, 10 Mar 2003 11:14:26 -0800	[thread overview]
Message-ID: <20030310191426.GC11346@binome.blorf.net> (raw)

Since I'm a big fan of distcc these days, it saddens me that my favorite
shell fails to compile using parallel compilation (and thus, cannot
benefit from distcc) -- i.e. "make -j3" fails in the module-build rules
when some temp-file names get used at the same time in parallel threads.

There was some email back in 1996 on this subject, such as this one from
Zefram:

    http://www.zsh.org/mla/workers//1996/msg01930.html

Is this something that we think we can fix?  It looks like some of the
features from this old patch are there, and some are not.  Trying to
wrap my head around the module-make setup is hurting my brain, and I'd
rather avoid it if someone else is already familiar with what's going on
and can fix it easily.  If it's not fixable, what's the work-around?  To
do multiple makes?  I've done this:

    make prep       # Without this, the "make -j3 bin" fails.
    cd Src
    make -j3 bin
    make modules
    cd ..
    make -j3

This appears to work, but I don't know if it's safe or not.

..wayne..


             reply	other threads:[~2003-03-10 19:14 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-03-10 19:14 Wayne Davison [this message]
2003-03-11 10:21 ` Peter Stephenson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20030310191426.GC11346@binome.blorf.net \
    --to=wayned@users.sourceforge.net \
    --cc=zsh-workers@sunsite.dk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).