From owner-cvs-all@FreeBSD.ORG Fri Jul 9 21:01:08 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0147D16A4CE; Fri, 9 Jul 2004 21:01:08 +0000 (GMT) Received: from pfepa.post.tele.dk (pfepa.post.tele.dk [195.41.46.235]) by mx1.FreeBSD.org (Postfix) with ESMTP id BECB543D1F; Fri, 9 Jul 2004 21:01:07 +0000 (GMT) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (0x50a17118.naenxx7.adsl-dhcp.tele.dk [80.161.113.24]) by pfepa.post.tele.dk (Postfix) with ESMTP id 3F26A47FE20; Fri, 9 Jul 2004 23:01:06 +0200 (CEST) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.12.11/8.12.11) with ESMTP id i69L15BS001271; Fri, 9 Jul 2004 23:01:05 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) To: obrien@FreeBSD.org From: "Poul-Henning Kamp" In-Reply-To: Your message of "Fri, 09 Jul 2004 13:59:34 PDT." <20040709205934.GB9746@dragon.nuxi.com> Date: Fri, 09 Jul 2004 23:01:04 +0200 Message-ID: <1270.1089406864@critter.freebsd.dk> Sender: phk@critter.freebsd.dk 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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Jul 2004 21:01:08 -0000 In message <20040709205934.GB9746@dragon.nuxi.com>, "David O'Brien" writes: >> 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 & True, but I can't get that working no matter how much I've tried. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence.