zsh-workers
 help / color / mirror / code / Atom feed
From: Bart Schaefer <schaefer@brasslantern.com>
To: zsh-workers@sunsite.dk
Subject: Re: Building zsh should work with "make -j2"
Date: Sun, 14 Jan 2007 12:30:47 -0800	[thread overview]
Message-ID: <070114123048.ZM18432@torch.brasslantern.com> (raw)
In-Reply-To: <20070114201004.GA10583@prunille.vinc17.org>

On Jan 14,  9:10pm, Vincent Lefevre wrote:
}
} Since it is not supported, isn't there a way to disable the parallel
} build completely in the Makefile?

In a way that's not GNUmake-specific?  I don't know of one.  There's
the ".NOTPARALLEL" target, which could be added to the end of
Config/defs.mk.in to control GNUmake; I suppose that might be worth
doing.  However, it doesn't really solve the general problem.

Index: Config/defs.mk.in
===================================================================
--- Config/defs.mk.in	31 May 2006 14:11:59 -0000	1.7
+++ Config/defs.mk.in	14 Jan 2007 20:26:28 -0000
@@ -97,3 +98,6 @@
 
 # override built-in suffix list
 .SUFFIXES:
+
+# parallel build is not supported
+.NOTPARALLEL:

-- 


  reply	other threads:[~2007-01-14 20:31 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-01-12 23:58 Vincent Lefevre
2007-01-13 18:21 ` Bart Schaefer
2007-01-14 20:10   ` Vincent Lefevre
2007-01-14 20:30     ` Bart Schaefer [this message]
2007-01-15  0:26       ` Vincent Lefevre
2007-01-15  1:57         ` Dan Nelson

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=070114123048.ZM18432@torch.brasslantern.com \
    --to=schaefer@brasslantern.com \
    --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).