Date: Fri, 9 Jul 2004 13:59:34 -0700 From: "David O'Brien" <obrien@freebsd.org> To: Poul-Henning Kamp <phk@phk.freebsd.dk> Cc: cvs-all@freebsd.org Subject: Re: cvs commit: src Makefile Message-ID: <20040709205934.GB9746@dragon.nuxi.com> In-Reply-To: <23949.1089384305@critter.freebsd.dk> References: <20040709144332.GA2773@ip.net.ua> <23949.1089384305@critter.freebsd.dk>
next in thread | previous in thread | raw e-mail | index | archive | help
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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040709205934.GB9746>