From owner-svn-src-head@freebsd.org Fri Aug 21 08:17:20 2015 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 167509BF48F; Fri, 21 Aug 2015 08:17:20 +0000 (UTC) (envelope-from mark@grondar.org) Received: from gromit.grondar.org (grandfather.grondar.org [IPv6:2a01:348:0:15:5d59:5c20:0:2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D631C1F8B; Fri, 21 Aug 2015 08:17:19 +0000 (UTC) (envelope-from mark@grondar.org) Received: from graveyard.grondar.org ([88.96.155.33] helo=gronkulator.grondar.org) by gromit.grondar.org with esmtpsa (TLSv1:ECDHE-RSA-AES256-SHA:256) (Exim 4.86 (FreeBSD)) (envelope-from ) id 1ZShVl-0009CS-PM; Fri, 21 Aug 2015 09:17:17 +0100 Subject: Re: svn commit: r286984 - head/sys/modules/zfs Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2104\)) Content-Type: text/plain; charset=utf-8 From: Mark R V Murray In-Reply-To: <201508210806.t7L86J5t039494@repo.freebsd.org> Date: Fri, 21 Aug 2015 09:17:12 +0100 Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: <7F30B891-8FD7-4FD7-AB53-AAEDB98CED59@grondar.org> References: <201508210806.t7L86J5t039494@repo.freebsd.org> To: Andriy Gapon X-Mailer: Apple Mail (2.2104) X-SA-Score: -1.0 X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Aug 2015 08:17:20 -0000 Thanks! I=E2=80=99ve been running =E2=80=9Cmake universe=E2=80=9D here as a = build-test. I wonder why this was not picked up? M > On 21 Aug 2015, at 09:06, Andriy Gapon wrote: >=20 > Author: avg > Date: Fri Aug 21 08:06:18 2015 > New Revision: 286984 > URL: https://svnweb.freebsd.org/changeset/base/286984 >=20 > Log: > fix standalone build of zfs module >=20 > Not sure if this is a proper fix, but it does the job. >=20 > Modified: > head/sys/modules/zfs/Makefile >=20 > Modified: head/sys/modules/zfs/Makefile > = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D > --- 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?=3D${.CURDIR}/../.. >=20 > KMOD=3D zfs >=20 > -SRCS=3D bus_if.h device_if.h vnode_if.h opt_kstack_pages.h > +SRCS=3D bus_if.h device_if.h vnode_if.h opt_kstack_pages.h = opt_random.h >=20 > SUNW=3D ${SYSDIR}/cddl/contrib/opensolaris >=20 >=20 --=20 Mark R V Murray