Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: Building zsh should work with "make -j2"



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