svn commit: r346716 - stable/11/usr.sbin/bhyve

Rodney W. Grimes freebsd at gndrsh.dnsmgr.net
Thu Apr 25 22:58:20 UTC 2019


> 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 at freebsd.org


More information about the svn-src-all mailing list