From owner-freebsd-current@FreeBSD.ORG Sun Jan 27 02:17:07 2008 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2434C16A418 for ; Sun, 27 Jan 2008 02:17:07 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from pi.codefab.com (pi.codefab.com [199.103.21.227]) by mx1.freebsd.org (Postfix) with ESMTP id EE45513C43E for ; Sun, 27 Jan 2008 02:17:06 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from localhost (localhost [127.0.0.1]) by pi.codefab.com (Postfix) with ESMTP id B8BE75CAE; Sat, 26 Jan 2008 20:50:57 -0500 (EST) X-Virus-Scanned: amavisd-new at codefab.com Received: from pi.codefab.com ([127.0.0.1]) by localhost (pi.codefab.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id uxBH1KnwuDGG; Sat, 26 Jan 2008 20:50:55 -0500 (EST) Received: from [192.168.1.3] (pool-96-232-226-181.nycmny.east.verizon.net [96.232.226.181]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by pi.codefab.com (Postfix) with ESMTP id C905B5C3C; Sat, 26 Jan 2008 20:50:50 -0500 (EST) Message-ID: <479BE36E.5090408@mac.com> Date: Sat, 26 Jan 2008 20:50:38 -0500 From: Chuck Swiger User-Agent: Thunderbird 2.0.0.9 (Windows/20071031) MIME-Version: 1.0 To: "Aryeh M. Friedman" References: <479BB50E.2080703@gmail.com> In-Reply-To: <479BB50E.2080703@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-current@freebsd.org Subject: Re: build/installworld break under -j n for n>1 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jan 2008 02:17:07 -0000 Aryeh M. Friedman wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Installworld fails to wait for buildworld to complete under the > following command line: > > make -j n buildworld installworld > > I have not tested for n!=10. While I find your confidence in doing an installworld without checking for whether the build completed sucessfully and without doing a human review to be admirable :-), perhaps consider doing this instead: make -j n buildworld && make installworld ...? -- -Chuck