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

2019-04-25 Thread Alexander Motin



On 25.04.2019 18:58, Rodney W. Grimes wrote:
>> 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/MakefileThu Apr 25 22:52:44 2019
>> (r346715)
>> +++ stable/11/usr.sbin/bhyve/MakefileThu 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.

It is part of r334940 in head, which is not going to be merged to 11.

-- 
Alexander Motin
___
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


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

2019-04-25 Thread Rodney W. Grimes
> 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 rgri...@freebsd.org
___
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


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

2019-04-25 Thread Alexander Motin
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
___
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"