svn commit: r308664 - in head: contrib/hyperv/tools etc/devd etc/mtree include share/man/man4 sys/conf sys/dev/hyperv/utilities sys/modules/hyperv/utilities usr.sbin/hyperv usr.sbin/hyperv/tools us...

Ngie Cooper yaneurabeya at gmail.com
Thu Nov 17 00:31:53 UTC 2016


On Wed, Nov 16, 2016 at 2:14 PM, Mark Johnston <markj at freebsd.org> wrote:
...
> This appears to install hv_kvp_daemon and hv_vss_daemon to / instead of
> /usr/sbin, and breaks the -DNO_ROOT build. I think a Makefile.inc is
> needed in usr.sbin/hyperv/tools in order to preserve BINDIR from
> usr.sbin/Makefile.inc. I fixed the problem in my tree with the diff
> below, but am not sure if this is the right way to do it. For some
> reason, doing this resulted in unused var warnings compiling
> hv_vss_daemon.c.

    The -Wunused warnings you're seeing are because you're now it's
setting WARNS by .include'ing usr.bin/Makefile.inc ; it used to be set
(I verified that), but then got unset between a few weeks ago and now
on the directory:

$ make -V.CURDIR -VWARNS
/usr/src/usr.sbin/hyperv/tools

$

Cheers,
-Ngie

PS -Wno-uninitialized is only set for gcc...? Really...???


More information about the svn-src-head mailing list