From owner-svn-src-all@freebsd.org Thu Aug 9 20:43:27 2018 Return-Path: Delivered-To: svn-src-all@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 98C9410732DF; Thu, 9 Aug 2018 20:43:27 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DA5986F3F; Thu, 9 Aug 2018 20:43:27 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: from mail-lj1-f176.google.com (mail-lj1-f176.google.com [209.85.208.176]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G3" (verified OK)) (Authenticated sender: kevans) by smtp.freebsd.org (Postfix) with ESMTPSA id DE531289A8; Thu, 9 Aug 2018 20:43:26 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: by mail-lj1-f176.google.com with SMTP id w16-v6so5490715ljh.12; Thu, 09 Aug 2018 13:43:26 -0700 (PDT) X-Gm-Message-State: AOUpUlEfZc9445pcTzYZU1VTYgeWGt3hsE6cWg5DIXMIZbMI2GU1+eUd rmf28AA9MAJgWc0IXLmrlZbXKTUqpdn6k2y6yJE= X-Google-Smtp-Source: AA+uWPwbT8mxZYUddJ2fLwrX5AARelQ6FNCr0suHovlXrK9clm2D92SXIrkL7ChbsMWd/X79VSo5keMr3tTOnVpuHrg= X-Received: by 2002:a2e:498:: with SMTP id a24-v6mr2786486ljf.27.1533847405456; Thu, 09 Aug 2018 13:43:25 -0700 (PDT) MIME-Version: 1.0 Received: by 2002:a2e:5742:0:0:0:0:0 with HTTP; Thu, 9 Aug 2018 13:43:04 -0700 (PDT) In-Reply-To: <201808092029.w79KTiCZ052728@repo.freebsd.org> References: <201808092029.w79KTiCZ052728@repo.freebsd.org> From: Kyle Evans Date: Thu, 9 Aug 2018 15:43:04 -0500 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: svn commit: r337549 - head/lib/libnv To: Kyle Evans Cc: src-committers , 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.27 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, 09 Aug 2018 20:43:27 -0000 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. Thanks, Kyle Evans