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

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



In the last episode (Jan 15), Vincent Lefevre said:
> On 2007-01-14 12:30:47 -0800, Bart Schaefer wrote:
> > 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.
> 
> Yes, this is better than nothing. I generally use GNU make.

BSD Make and other pmake variants recognize .NO_PARALLEL and
.NOTPARALLEL;  Solaris' dmake only knows .NO_PARALLEL, so adding both
is probably a good idea.

-- 
	Dan Nelson
	dnelson@xxxxxxxxxxxxxxx



Messages sorted by: Reverse Date, Date, Thread, Author