From owner-svn-src-all@freebsd.org Thu Oct 8 02:08:06 2015 Return-Path: Delivered-To: svn-src-all@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 C5AD89D1BFA; Thu, 8 Oct 2015 02:08:06 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: from mail-qk0-x235.google.com (mail-qk0-x235.google.com [IPv6:2607:f8b0:400d:c09::235]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8394E1D80; Thu, 8 Oct 2015 02:08:06 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: by qkas79 with SMTP id s79so13702191qka.0; Wed, 07 Oct 2015 19:08:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=O1ayCcAal/U3Ly7ACRvbPAJ4+C5QGwReGMkaQNO4YhY=; b=atrXqub4Y9Jfx+BvcXoZskPNTsyl8F3PZCGuj6gFWoZmmi+r6YRtpfvIX9LrxHVZZr eOi7hmmtAC+26TTlV/quGxgbUeTzoiMpNeTL0mbAxjwvttXmIhJExjFseuOxz1SllcJV JCb57/FP6R4RtGWwinAvBmaReWXSNCAIGc9Qz78+T0qLRWJltuwT3EXALLeDtYnzKkiC QEBsoJyWzZtYm9FkNzvTjtK9CHbnjFkD3MTyEizRJ3/A5tcC9QUdjZEwi+shaG9SQEUl g9L1AwWNsvk5zxlAYa1ev9RaqekOqEQtnM0FaKFQ3yzUei54wNo4FE47kOVMxUKB4HXS eOeA== MIME-Version: 1.0 X-Received: by 10.55.198.20 with SMTP id b20mr5308826qkj.35.1444270085747; Wed, 07 Oct 2015 19:08:05 -0700 (PDT) Received: by 10.140.94.44 with HTTP; Wed, 7 Oct 2015 19:08:05 -0700 (PDT) In-Reply-To: <5615CF35.3030609@FreeBSD.org> References: <201510061658.t96GwmGj056703@repo.freebsd.org> <5615C80C.5080302@FreeBSD.org> <5615CF35.3030609@FreeBSD.org> Date: Wed, 7 Oct 2015 19:08:05 -0700 Message-ID: Subject: Re: svn commit: r288929 - in head: etc/mtree lib/libxo lib/libxo/tests usr.bin/xo usr.bin/xo/tests From: NGie Cooper To: Bryan Drewery Cc: Garrett Cooper , "src-committers@freebsd.org" , "svn-src-all@freebsd.org" , "svn-src-head@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Oct 2015 02:08:06 -0000 On Wed, Oct 7, 2015 at 7:04 PM, Bryan Drewery wrote: ... >> *smacks head* >> >> Yes, I forgot about that caveat ;(. > > It would have bitten me too. It's a strange thing. It's technically be me once before and another person as well at $work. Libraries in /lib is not the norm so the default works for most cases (but not with bsd.libnames.mk when dealing with libraries that are not in /usr/lib for instance >_>..). Thanks for the reminder :(..