From owner-freebsd-stable@FreeBSD.ORG Fri Oct 13 18:57:19 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 55C2316A407 for ; Fri, 13 Oct 2006 18:57:19 +0000 (UTC) (envelope-from kmacy@fsmware.com) Received: from demos.bsdclusters.com (demos.bsdclusters.com [69.55.225.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id 966B243D5A for ; Fri, 13 Oct 2006 18:57:18 +0000 (GMT) (envelope-from kmacy@fsmware.com) Received: from demos.bsdclusters.com (demos [69.55.225.36]) by demos.bsdclusters.com (8.12.8p1/8.12.8) with ESMTP id k9DIv2lZ049986; Fri, 13 Oct 2006 11:57:02 -0700 (PDT) (envelope-from kmacy@fsmware.com) Received: from localhost (kmacy@localhost) by demos.bsdclusters.com (8.12.8p1/8.12.8/Submit) with ESMTP id k9DIv2Nt049983; Fri, 13 Oct 2006 11:57:02 -0700 (PDT) X-Authentication-Warning: demos.bsdclusters.com: kmacy owned process doing -bs Date: Fri, 13 Oct 2006 11:57:02 -0700 (PDT) From: Kip Macy X-X-Sender: kmacy@demos.bsdclusters.com To: Garance A Drosihn In-Reply-To: Message-ID: <20061013115547.Y48550@demos.bsdclusters.com> References: <20061013143130.GW491@dev.null.cz> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: freebsd-stable@freebsd.org Subject: Re: FreeBSD and "make -j# buildworld" usability X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Oct 2006 18:57:19 -0000 > > Some work is now being done so that -j can be reliably used on > 'make buildkernel', but I don't think that has been completed yet. For > now, my own opinion is that you're not going to save enough time with > -j on buildkernel to justify the amount of time you'll lose if it does > not work. That is my answer for today, but I expect -j for buildkernel > will be more reliable as time goes on. > Depends on the target. I've never had any problems with 'make -j6 buildkernel' when cross-compiling to sun4v from i386. -Kip