From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15172 invoked from network); 15 Jan 2007 01:57:31 -0000 X-Spam-Checker-Version: SpamAssassin 3.1.7 (2006-10-05) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00, FORGED_RCVD_HELO autolearn=ham version=3.1.7 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 15 Jan 2007 01:57:31 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 94553 invoked from network); 15 Jan 2007 01:57:25 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 15 Jan 2007 01:57:25 -0000 Received: (qmail 10337 invoked by alias); 15 Jan 2007 01:57:23 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 23109 Received: (qmail 10324 invoked from network); 15 Jan 2007 01:57:22 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 15 Jan 2007 01:57:22 -0000 Received: (qmail 94327 invoked from network); 15 Jan 2007 01:57:22 -0000 Received: from dan.emsphone.com (199.67.51.101) by a.mx.sunsite.dk with SMTP; 15 Jan 2007 01:57:18 -0000 Received: (from dan@localhost) by dan.emsphone.com (8.13.6/8.13.8) id l0F1vHsD098306 for zsh-workers@sunsite.dk; Sun, 14 Jan 2007 19:57:17 -0600 (CST) (envelope-from dan) Date: Sun, 14 Jan 2007 19:57:17 -0600 From: Dan Nelson To: zsh-workers@sunsite.dk Subject: Re: Building zsh should work with "make -j2" Message-ID: <20070115015717.GH46272@dan.emsphone.com> References: <20070112235849.GZ22968@prunille.vinc17.org> <070113102141.ZM26285@torch.brasslantern.com> <20070114201004.GA10583@prunille.vinc17.org> <070114123048.ZM18432@torch.brasslantern.com> <20070115002651.GE10583@prunille.vinc17.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070115002651.GE10583@prunille.vinc17.org> X-OS: FreeBSD 6.2-PRERELEASE User-Agent: Mutt/1.5.13 (2006-08-11) 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@allantgroup.com