From owner-cvs-src@FreeBSD.ORG Fri Jul 9 20:59:39 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 902A016A4CE; Fri, 9 Jul 2004 20:59:39 +0000 (GMT) Received: from TRANG.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6FA8D43D3F; Fri, 9 Jul 2004 20:59:39 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by TRANG.nuxi.com (8.12.11/8.12.11) with ESMTP id i69Kxcix009970; Fri, 9 Jul 2004 13:59:38 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.11/8.12.11/Submit) id i69KxZTK009965; Fri, 9 Jul 2004 13:59:35 -0700 (PDT) (envelope-from obrien) Date: Fri, 9 Jul 2004 13:59:34 -0700 From: "David O'Brien" To: Poul-Henning Kamp Message-ID: <20040709205934.GB9746@dragon.nuxi.com> References: <20040709144332.GA2773@ip.net.ua> <23949.1089384305@critter.freebsd.dk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <23949.1089384305@critter.freebsd.dk> User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 5.2-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: Ruslan Ermilov cc: cvs-all@freebsd.org Subject: Re: cvs commit: src Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: obrien@freebsd.org List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Jul 2004 20:59:39 -0000 On Fri, Jul 09, 2004 at 04:45:05PM +0200, Poul-Henning Kamp wrote: > In message <20040709144332.GA2773@ip.net.ua>, Ruslan Ermilov writes: > > > >--sdtB3X0nJg68CQEu > >Content-Type: text/plain; charset=us-ascii > >Content-Disposition: inline > >Content-Transfer-Encoding: quoted-printable > > > >On Fri, Jul 09, 2004 at 01:55:50PM +0000, Poul-Henning Kamp wrote: > >> phk 2004-07-09 13:55:50 UTC > >>=20 > >> FreeBSD src repository > >>=20 > >> Modified files: > >> . Makefile=20 > >> Log: > >> Add a JFLAG which can be used to speed up universe: > >> make universe JFLAG=3D-j12 > >> =20 > >> Revision Changes Path > >> 1.300 +3 -3 src/Makefile > >>=20 > >What was wrong with ``make -j12 universe''? > > It doesn't work. You want the individual buildworlds > to get a -j12, not the outside for-loop. Actually I'd really love for a way to do the outter loop in parallel. Due to -j messing up error output too much, I'd like to have the work for each platform going in parallel instead. E.g.: make universe for i386 only & make universe for powerpc only & make universe for sparc64 only & make universe for amd64 only & make universe for alpha only & make universe for ia64 only & -- -- David (obrien@FreeBSD.org)