From owner-freebsd-current@FreeBSD.ORG Wed Oct 30 18:22:33 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 009DCD77 for ; Wed, 30 Oct 2013 18:22:32 +0000 (UTC) (envelope-from sean_bruno@yahoo.com) Received: from nm7.bullet.mail.bf1.yahoo.com (nm7.bullet.mail.bf1.yahoo.com [98.139.212.166]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 948482863 for ; Wed, 30 Oct 2013 18:22:32 +0000 (UTC) Received: from [98.139.212.151] by nm7.bullet.mail.bf1.yahoo.com with NNFMP; 30 Oct 2013 18:19:50 -0000 Received: from [98.139.213.10] by tm8.bullet.mail.bf1.yahoo.com with NNFMP; 30 Oct 2013 18:19:50 -0000 Received: from [127.0.0.1] by smtp110.mail.bf1.yahoo.com with NNFMP; 30 Oct 2013 18:19:50 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1383157190; bh=QIxPr2zLoLiVDaQGtMeMqLEAXaLuuWhOgW9opVMpIlI=; h=X-Yahoo-Newman-Id:X-Yahoo-Newman-Property:X-YMail-OSG:X-Yahoo-SMTP:X-Rocket-Received:Subject:From:Reply-To:To:Cc:In-Reply-To:References:Content-Type:Date:Message-ID:Mime-Version:X-Mailer; b=1gkHLe+WvuGYzcqEk1c0A/AnzLdFwr24T69jM7ZwzA+/rA0gjB1+uz+T3XL9VL7pY97NZjYVG+wKv7aIAcon0HkCcyDXcgwFlm/xf/DNduHvyce7cI92mgjsaJS8nTE3SrJTpCGawApzcJuHXjNW6FT03HdaHDVY3He4qoNhqFc= X-Yahoo-Newman-Id: 709513.8172.bm@smtp110.mail.bf1.yahoo.com X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: 81swl1IVM1ndc_uVBwbfeANGLasl5KcpPxoV9DxuSU7sPt9 TJ7wiqG.TQH_a0gLjs49l7i0Mm4zgXTRBoNGs9s40Usb4z4BhInno4zONkur QpJJhQ8vHAV7HEI5S.__HmVpJ_zLnrevMW0I_.BrVD1gxLYIjYFW_S53aJTs JWoeKAiSV.MZlZA69bwawDK86vNTMFeXiiW5kNTVp.sMsSIaFYrIHzeD96XR wZpdOqmQN8.UgilnVtQ9dX6uzxSszf_GwuXr9Urg7xcGCkJRnXh8Q1mfH_rG uBnsL1.eZgLY3Lm8z941mQdBpC2SzlgM8P3te_R5t8yfrD6BfZb6oYvOdEMO ta9aQmHB99ULHmMCq9BO.fxzHb8rmyL4cTNl77qNCWPjvbeS57EcP0f6K0Fl 3cp8syMWJH2fK_PxSa6X7kVTJKksC.ZZ_lYnWZAW9be3TSy5aezHSWMGIHO4 g5gtudEAgepwCNlhGRM6QVRYwXVSwmtVCwX2xi3ZuYk1zNC7KSZSZA1AJ1.Q lpZBjG7o3dk6MDju8nEMH.Detsijdi.RqJTfeXhsgaaou6exJWe6n1PUDD52 5UMY- X-Yahoo-SMTP: u5BKR6OswBC_iZJVfGRoMkTIpc8pEA4- X-Rocket-Received: from [10.73.160.242] (sean_bruno@209.131.62.116 with ) by smtp110.mail.bf1.yahoo.com with SMTP; 30 Oct 2013 11:19:50 -0700 PDT Subject: Re: libreadline rl_message() and building the same object file 6 times? From: Sean Bruno To: Konstantin Belousov In-Reply-To: <20131029220622.GX59496@kib.kiev.ua> References: <1383079869.59169.2.camel@localhost> <20131029220622.GX59496@kib.kiev.ua> Content-Type: multipart/signed; micalg="pgp-sha1"; protocol="application/pgp-signature"; boundary="=-34h5ll41CHvqEj1/xblp" Date: Wed, 30 Oct 2013 11:19:49 -0700 Message-ID: <1383157189.1751.6.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.32.1 FreeBSD GNOME Team Port Cc: "freebsd-current@freebsd.org" X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: sbruno@freebsd.org List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Oct 2013 18:22:33 -0000 --=-34h5ll41CHvqEj1/xblp Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable On Wed, 2013-10-30 at 00:06 +0200, Konstantin Belousov wrote: > > Second, why on earth does a buildworld emit this warning 6 times? > Its > > as though bmake things it needs to compile it repeatedly, and its > not > > the only such time I've seen this across the tree. This probably > means > > I don't know what I'm doing, but I'd like to know. >=20 > It is one build for bootstrap, one for native library, and one for > compat32. Each build generates non-pic and pic .o, for .a and .so > lib. > Total is six.=20 Thank you for the explanation. Is there a trivial way to abort building all the objects or fail if one fails? Or is this done in parallel? sean --=-34h5ll41CHvqEj1/xblp Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.15 (FreeBSD) iQEcBAABAgAGBQJScU3FAAoJEBkJRdwI6BaHCXYH/RBJLKlwv0qqvJSXLG/+BLBh iszyWhVkpCOOjdPiKUhWHbDUq6aBlgx9s7lt2EXA0mNp0HzEYyjhCgqnJKkqmen8 qWSKlohaRAeiOg01pb6HmVMCj3qfmZ6MUEI9fF8X3/9Gmp7O1p2qt/Z3t/ADFeL4 z9K1gomEqPmhkgQ+snxnj9hZ9DwykHrZj/2UX6Ed6rXHSqRZ/csaThwKmtM0Gu50 l1meio0dcut5FIm7W4g4NrE4SzoeeHHMQiBcolfzTGInTtktkvS6mlX/7vOTkFU0 XjBktIZdlACK/LJyME5MQCzX2f0CvVL04geRCPmZ9zhk9xRzK63+g+XvGd7q3Bk= =pNYR -----END PGP SIGNATURE----- --=-34h5ll41CHvqEj1/xblp--