From owner-svn-src-user@freebsd.org Sat Oct 17 23:09:19 2015 Return-Path: Delivered-To: svn-src-user@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D3CBBA18774 for ; Sat, 17 Oct 2015 23:09:19 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id B29A2BB; Sat, 17 Oct 2015 23:09:19 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mail.xzibition.com (localhost [IPv6:::1]) by freefall.freebsd.org (Postfix) with ESMTP id AB023153F; Sat, 17 Oct 2015 23:09:19 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mail.xzibition.com (localhost [172.31.3.2]) by mail.xzibition.com (Postfix) with ESMTP id 45FB611D5C; Sat, 17 Oct 2015 23:09:19 +0000 (UTC) X-Virus-Scanned: amavisd-new at mail.xzibition.com Received: from mail.xzibition.com ([172.31.3.2]) by mail.xzibition.com (mail.xzibition.com [172.31.3.2]) (amavisd-new, port 10026) with LMTP id Ts9sx7qhFNcO; Sat, 17 Oct 2015 23:09:12 +0000 (UTC) Subject: Re: svn commit: r289471 - in user/ngie/bug203673: bin/df bin/ls bin/ps lib/libxo lib/libxo/tests lib/libxo/tests/encoder libexec/ftpd sbin/savecore share/mk usr.bin/iscsictl usr.bin/netstat usr.bin/pro... DKIM-Filter: OpenDKIM Filter v2.9.2 mail.xzibition.com 1CEB911D56 To: NGie Cooper References: <201510172138.t9HLcwiF095174@repo.freebsd.org> <5622D147.7050701@FreeBSD.org> <542455B8-3355-497A-B667-AF72C197B9A4@gmail.com> <5622D243.5020603@FreeBSD.org> Cc: Garrett Cooper , src-committers@freebsd.org, svn-src-user@freebsd.org From: Bryan Drewery Organization: FreeBSD Message-ID: <5622D517.5000606@FreeBSD.org> Date: Sat, 17 Oct 2015 16:09:11 -0700 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: svn-src-user@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "SVN commit messages for the experimental " user" src tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Oct 2015 23:09:19 -0000 On 10/17/15 4:04 PM, NGie Cooper wrote: >=20 >> On Oct 17, 2015, at 15:57, Bryan Drewery wrote: >> >> On 10/17/15 3:56 PM, NGie Cooper wrote: >>> >>>> On Oct 17, 2015, at 15:52, Bryan Drewery wrot= e: >>>> >>>> On 10/17/15 2:38 PM, Garrett Cooper wrote: >>>>> -LIBADD=3D xo util >>>>> +LIBADD=3D util xo >>>> >>>> Woops! >>> >>> It=E2=80=99s intentional. I sorted the lists alphabetically and in do= ing so also made it more apparent that libxo isn=E2=80=99t the one pull i= n libutil by accident :) (someone went and added libxo before libutil eve= rywhere so it was hard to know who needed libutil as a first order depend= ency instead of as a side-effect of libxo). >>> >>> I=E2=80=99ll change the final commit message to reflect that. >>> >>> Thanks for the pointers earlier :). >>> >> >> Do keep in mind that ordering can be significant for linking. >=20 > How? As far as the final object size, the time it takes to link the obj= ects, ...? >=20 If two libraries provide the same symbols. For example r265003. Easily sen with libmd and libcrypto too if I remember right. --=20 Regards, Bryan Drewery