From owner-freebsd-current@FreeBSD.ORG Tue Oct 29 22:06:27 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 862436C9; Tue, 29 Oct 2013 22:06:27 +0000 (UTC) (envelope-from kostikbel@gmail.com) Received: from kib.kiev.ua (kib.kiev.ua [IPv6:2001:470:d5e7:1::1]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id ED8A72BDB; Tue, 29 Oct 2013 22:06:26 +0000 (UTC) Received: from tom.home (kostik@localhost [127.0.0.1]) by kib.kiev.ua (8.14.7/8.14.7) with ESMTP id r9TM6MY2008388; Wed, 30 Oct 2013 00:06:22 +0200 (EET) (envelope-from kostikbel@gmail.com) DKIM-Filter: OpenDKIM Filter v2.8.3 kib.kiev.ua r9TM6MY2008388 Received: (from kostik@localhost) by tom.home (8.14.7/8.14.7/Submit) id r9TM6MPl008387; Wed, 30 Oct 2013 00:06:22 +0200 (EET) (envelope-from kostikbel@gmail.com) X-Authentication-Warning: tom.home: kostik set sender to kostikbel@gmail.com using -f Date: Wed, 30 Oct 2013 00:06:22 +0200 From: Konstantin Belousov To: sbruno@freebsd.org Subject: Re: libreadline rl_message() and building the same object file 6 times? Message-ID: <20131029220622.GX59496@kib.kiev.ua> References: <1383079869.59169.2.camel@localhost> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="fzb4MfPSWK/5QThu" Content-Disposition: inline In-Reply-To: <1383079869.59169.2.camel@localhost> User-Agent: Mutt/1.5.22 (2013-10-16) X-Spam-Status: No, score=-2.0 required=5.0 tests=ALL_TRUSTED,BAYES_00, DKIM_ADSP_CUSTOM_MED,FREEMAIL_FROM,NML_ADSP_CUSTOM_MED autolearn=no version=3.3.2 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on tom.home Cc: "freebsd-current@freebsd.org" X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 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: Tue, 29 Oct 2013 22:06:27 -0000 --fzb4MfPSWK/5QThu Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Oct 29, 2013 at 01:51:09PM -0700, Sean Bruno wrote: > I *think* its safe to change this invocation of rl_message to omit the > third argument, but I'm not 100%. >=20 > 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. 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. --fzb4MfPSWK/5QThu Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.22 (FreeBSD) iQIcBAEBAgAGBQJScDFdAAoJEJDCuSvBvK1BsV0P/ibuNcH2lB7Jn4gHwIBx3ooD 13qRkOi8Q7lv3xT5Uppr+jWyDgAUaFtqlumrGq98+Dt+BaAahVVMs6P/g8aALxhi wec1fGpBhCu8R1Mj3vRdLdVxzcYdxrmSdC8AfAlA8vhzUrZWiJoQk7as6IXlmD9e 8nyuI3mOW4cnvUXqtBKkQtEJgmeIHrGDf8j/TOmMSrPCL2oDFRD0s4UZ7+laYO1h hazymg3Jm+F4b7Aaq1DCCQNbX59RdvvJqiaZBf1sDy0RFXCVT96ISOQVN827HEl/ GTxOcPSWG85xpLsIy9DQJnjEThhO17kw9BtEKnDaTObD0hVc29Cfx+r57XPjhJf4 K3pc5ar3pR3Aoo8RPZKoaicpX8KUaTyN9IRn7F/uwyjEyhlIYInujG34hXRcRg1y hemsF3O413jWFyVDBF/eJG0tLI/wnIxM+fKn9ne/RPfvy+9KvrFsvla/B6lebWE9 9rQZ1Vrq51DAtiCSQ6cDQB5OLfjao48cJ0D8PAcpK0H6eLtnSGmGtV7VrVPDVDcu T7CH59DzCrJBlECBtZ+uLkRMsG+j6FV08xRpB3LGiwcBoQnmDT4kO07yo7gDCyF8 Ex2j7HYGT0UHrgO5xl8tne9NDEPfJBueVF9kOzVp/HSfSs9VXG3Q+DGTuKE3RQRg US6aqdsXULi22tIqJff+ =UmGv -----END PGP SIGNATURE----- --fzb4MfPSWK/5QThu--