cvs commit: src Makefile
David O'Brien
obrien at freebsd.org
Fri Jul 9 13:59:39 PDT 2004
On Fri, Jul 09, 2004 at 04:45:05PM +0200, Poul-Henning Kamp wrote:
> In message <20040709144332.GA2773 at 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 at FreeBSD.org)
More information about the cvs-src
mailing list