Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Apr 2019 15:58:13 -0700 (PDT)
From:      "Rodney W. Grimes" <freebsd@gndrsh.dnsmgr.net>
To:        Alexander Motin <mav@freebsd.org>
Cc:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org
Subject:   Re: svn commit: r346716 - stable/11/usr.sbin/bhyve
Message-ID:  <201904252258.x3PMwDcZ050648@gndrsh.dnsmgr.net>
In-Reply-To: <201904252253.x3PMrP0U028552@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
> 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 <src.opts.mk>
> +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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904252258.x3PMwDcZ050648>