From owner-svn-src-stable-11@freebsd.org Thu Apr 25 22:58:20 2019 Return-Path: Delivered-To: svn-src-stable-11@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 1D16B15809E5; Thu, 25 Apr 2019 22:58:20 +0000 (UTC) (envelope-from freebsd@gndrsh.dnsmgr.net) Received: from gndrsh.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 70D6E6F875; Thu, 25 Apr 2019 22:58:16 +0000 (UTC) (envelope-from freebsd@gndrsh.dnsmgr.net) Received: from gndrsh.dnsmgr.net (localhost [127.0.0.1]) by gndrsh.dnsmgr.net (8.13.3/8.13.3) with ESMTP id x3PMwD5u050649; Thu, 25 Apr 2019 15:58:13 -0700 (PDT) (envelope-from freebsd@gndrsh.dnsmgr.net) Received: (from freebsd@localhost) by gndrsh.dnsmgr.net (8.13.3/8.13.3/Submit) id x3PMwDcZ050648; Thu, 25 Apr 2019 15:58:13 -0700 (PDT) (envelope-from freebsd) From: "Rodney W. Grimes" Message-Id: <201904252258.x3PMwDcZ050648@gndrsh.dnsmgr.net> Subject: Re: svn commit: r346716 - stable/11/usr.sbin/bhyve In-Reply-To: <201904252253.x3PMrP0U028552@repo.freebsd.org> To: Alexander Motin Date: Thu, 25 Apr 2019 15:58:13 -0700 (PDT) CC: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@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-Rspamd-Queue-Id: 70D6E6F875 X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-6.93 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-0.996,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; REPLY(-4.00)[]; NEURAL_HAM_SHORT(-0.94)[-0.938,0] X-BeenThere: svn-src-stable-11@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for only the 11-stable src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Apr 2019 22:58:20 -0000 > Author: mav > Date: Thu Apr 25 22:53:25 2019 > New Revision: 346716 > URL: https://svnweb.freebsd.org/changeset/base/346716 > > Log: > Fix build with r346707. > > Modified: > stable/11/usr.sbin/bhyve/Makefile > > Modified: stable/11/usr.sbin/bhyve/Makefile > ============================================================================== > --- stable/11/usr.sbin/bhyve/Makefile Thu Apr 25 22:52:44 2019 (r346715) > +++ stable/11/usr.sbin/bhyve/Makefile Thu Apr 25 22:53:25 2019 (r346716) > @@ -3,6 +3,7 @@ > # > > .include > +CFLAGS+=-I${SRCTOP}/sys > > PROG= bhyve > PACKAGE= bhyve This is an unnoted direct committ to stable/11? I am unclear as to why this is needed, it should be picking these headers up from the tmp directory in obj. -- Rod Grimes rgrimes@freebsd.org