Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Building zsh should work with "make -j2"
- X-seq: zsh-workers 23107
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: Re: Building zsh should work with "make -j2"
- Date: Sun, 14 Jan 2007 12:30:47 -0800
- In-reply-to: <20070114201004.GA10583@xxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <20070112235849.GZ22968@xxxxxxxxxxxxxxxxxxx> <070113102141.ZM26285@xxxxxxxxxxxxxxxxxxxxxx> <20070114201004.GA10583@xxxxxxxxxxxxxxxxxxx>
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:
--
Messages sorted by:
Reverse Date,
Date,
Thread,
Author