From owner-svn-src-all@freebsd.org Thu Oct 8 01:38:00 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 4388A9D055E; Thu, 8 Oct 2015 01:38:00 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: from mail-qk0-x233.google.com (mail-qk0-x233.google.com [IPv6:2607:f8b0:400d:c09::233]) (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 027DC30F; Thu, 8 Oct 2015 01:38:00 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: by qkdo1 with SMTP id o1so4474546qkd.1; Wed, 07 Oct 2015 18:37:59 -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=dPCgTGBawougAA+i0J90k4jduIHD3g3oHzmHmvsEqVY=; b=R/oMFNeXJ3Egt1Y1+OF3Y2qyuNDg+a5A2L1pAlFJQ0dpAPIOGE+Hm5s022q6kC8sAL nA472VjkmfTs7fwhXBQ8d5pxpDHXoz0SwzEO1fJwUrwjmjCdiG09j0/2V9IPWc9WDyve 4YJhpEhLEurVeaEl1HSPUkMU8mcV033eeeZAsv9lrBhCa4j4WiPRoh5N6V01uAfqRY1N loNnn7PJvjWyae4xuFsUVPvsEaZEIU++DaHGZ2uAKfoc6adFKkRvDSJzpg9h8jn6QNBh Md6pSr6Xum7Ow0ursFTE/dxYFWCIh06YQiToLFFTA6ih+CCM/tZah8H2ZHTR8qmPgS/h vdrw== MIME-Version: 1.0 X-Received: by 10.55.198.20 with SMTP id b20mr5209405qkj.35.1444268279122; Wed, 07 Oct 2015 18:37:59 -0700 (PDT) Received: by 10.140.94.44 with HTTP; Wed, 7 Oct 2015 18:37:59 -0700 (PDT) In-Reply-To: <5615C80C.5080302@FreeBSD.org> References: <201510061658.t96GwmGj056703@repo.freebsd.org> <5615C80C.5080302@FreeBSD.org> Date: Wed, 7 Oct 2015 18:37:59 -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 01:38:00 -0000 On Wed, Oct 7, 2015 at 6:34 PM, Bryan Drewery wrote: ... >> Modified: head/lib/libxo/Makefile >> ============================================================================== >> --- head/lib/libxo/Makefile Tue Oct 6 16:35:50 2015 (r288928) >> +++ head/lib/libxo/Makefile Tue Oct 6 16:58:47 2015 (r288929) >> @@ -1,5 +1,7 @@ >> # $FreeBSD$ >> >> +.include >> + >> LIBXOSRC= ${SRCTOP}/contrib/libxo >> >> .PATH: ${LIBXOSRC}/libxo > ... > LIB= xo > SHLIB_MAJOR=0 > > SHLIBDIR?= /lib > > > FYI SHLIBDIR? needs to be before the src.opts.mk otherwise it changes to > /usr/lib, which Peter found breaks boot :) *smacks head* Yes, I forgot about that caveat ;(.