Re: svn commit: r286984 - head/sys/modules/zfs

2015-08-21 Thread Mark R V Murray
> On 21 Aug 2015, at 09:20, Andriy Gapon wrote: > > > 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. That makes sense. Now I need a regression test to ensure at this proble

Re: svn commit: r286984 - head/sys/modules/zfs

2015-08-21 Thread Andriy Gapon
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

Re: svn commit: r286984 - head/sys/modules/zfs

2015-08-21 Thread Mark R V Murray
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 wrote: > > Author: avg > Date: Fri Aug 21 08:06:18 2015 > New Revision: 286984 > URL: https://svnweb.freebsd.org/changeset/base/286984 > > Log: > f

svn commit: r286984 - head/sys/modules/zfs

2015-08-21 Thread Andriy Gapon
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/Mak