From owner-svn-src-head@freebsd.org Thu Aug 9 20:48:08 2018 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F03791073526; Thu, 9 Aug 2018 20:48:07 +0000 (UTC) (envelope-from freebsd@pdx.rh.CN85.dnsmgr.net) Received: from pdx.rh.CN85.dnsmgr.net (br1.CN84in.dnsmgr.net [69.59.192.140]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6442087207; Thu, 9 Aug 2018 20:48:07 +0000 (UTC) (envelope-from freebsd@pdx.rh.CN85.dnsmgr.net) Received: from pdx.rh.CN85.dnsmgr.net (localhost [127.0.0.1]) by pdx.rh.CN85.dnsmgr.net (8.13.3/8.13.3) with ESMTP id w79Km3DP019445; Thu, 9 Aug 2018 13:48:04 -0700 (PDT) (envelope-from freebsd@pdx.rh.CN85.dnsmgr.net) Received: (from freebsd@localhost) by pdx.rh.CN85.dnsmgr.net (8.13.3/8.13.3/Submit) id w79Km3WI019444; Thu, 9 Aug 2018 13:48:03 -0700 (PDT) (envelope-from freebsd) From: "Rodney W. Grimes" Message-Id: <201808092048.w79Km3WI019444@pdx.rh.CN85.dnsmgr.net> Subject: Re: svn commit: r337549 - head/lib/libnv In-Reply-To: To: Kyle Evans Date: Thu, 9 Aug 2018 13:48:03 -0700 (PDT) CC: src-committers , svn-src-all@freebsd.org, svn-src-head@freebsd.org Reply-To: rgrimes@freebsd.org X-Mailer: ELM [version 2.4ME+ PL121h (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Aug 2018 20:48:08 -0000 [ Charset UTF-8 unsupported, converting... ] > On Thu, Aug 9, 2018 at 3:29 PM, Kyle Evans wrote: > > Author: kevans > > Date: Thu Aug 9 20:29:44 2018 > > New Revision: 337549 > > URL: https://svnweb.freebsd.org/changeset/base/337549 > > > > Log: > > libnv: Remove -I${SRCTOP}/sys > > > > This should have been done as part of r336019 -- including ${SRCTOP}/sys is > > not a good business model for something that's build in legacy/bootstrap > > stages. > > > > Beyond that, libnv seems to build quite alright as legacy, part of > > buildworld, and standalone without. Axe it. > > > > Reported by: truckman (head building stable/11) > > Tested by: Shawn Webb (HardenedBSD) > > MFC after: 3 days > > > > Modified: > > head/lib/libnv/Makefile > > > > I say "3 days," but this actually fixes head building stable/11 and > thus will probably get done later today or tomorrow since it's a > trivial patch. Please send a request for immediate MFC to re@ Thanks, -- Rod Grimes rgrimes@freebsd.org