Date: Fri, 21 Aug 2015 11:20:13 +0300 From: Andriy Gapon <avg@FreeBSD.org> To: Mark R V Murray <mark@grondar.org> Cc: src-committers@FreeBSD.org, svn-src-all@FreeBSD.org, svn-src-head@FreeBSD.org Subject: Re: svn commit: r286984 - head/sys/modules/zfs Message-ID: <55D6DF3D.6030103@FreeBSD.org> In-Reply-To: <7F30B891-8FD7-4FD7-AB53-AAEDB98CED59@grondar.org> References: <201508210806.t7L86J5t039494@repo.freebsd.org> <7F30B891-8FD7-4FD7-AB53-AAEDB98CED59@grondar.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Precisely because it's the standalone build (cd sys/modules/zfs && make ...) that was affected. Building the module as a part of the kernel build worked just fine. On 21/08/2015 11:17, Mark R V Murray wrote: > Thanks! > > I’ve been running “make universe” here as a build-test. I wonder why this was not picked up? > > M > >> On 21 Aug 2015, at 09:06, Andriy Gapon <avg@FreeBSD.org> wrote: >> >> Author: avg >> Date: Fri Aug 21 08:06:18 2015 >> New Revision: 286984 >> URL: https://svnweb.freebsd.org/changeset/base/286984 >> >> Log: >> fix standalone build of zfs module >> >> Not sure if this is a proper fix, but it does the job. >> >> Modified: >> head/sys/modules/zfs/Makefile >> >> Modified: head/sys/modules/zfs/Makefile >> ============================================================================== >> --- head/sys/modules/zfs/Makefile Fri Aug 21 08:04:56 2015 (r286983) >> +++ head/sys/modules/zfs/Makefile Fri Aug 21 08:06:18 2015 (r286984) >> @@ -4,7 +4,7 @@ SYSDIR?=${.CURDIR}/../.. >> >> KMOD= zfs >> >> -SRCS= bus_if.h device_if.h vnode_if.h opt_kstack_pages.h >> +SRCS= bus_if.h device_if.h vnode_if.h opt_kstack_pages.h opt_random.h >> >> SUNW= ${SYSDIR}/cddl/contrib/opensolaris >> >> > -- Andriy Gapon
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?55D6DF3D.6030103>