Date: Fri, 22 Jan 2016 10:50:16 -0800 From: NGie Cooper <yaneurabeya@gmail.com> To: Gleb Smirnoff <glebius@FreeBSD.org> Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org Subject: Re: svn commit: r294588 - stable/10 Message-ID: <E0D1F567-034F-409E-9CFE-57E4E9C2CC51@gmail.com> In-Reply-To: <201601221838.u0MIcqXW079066@repo.freebsd.org> References: <201601221838.u0MIcqXW079066@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
> On Jan 22, 2016, at 10:38, Gleb Smirnoff <glebius@FreeBSD.org> wrote: >=20 > Author: glebius > Date: Fri Jan 22 18:38:52 2016 > New Revision: 294588 > URL: https://svnweb.freebsd.org/changeset/base/294588 >=20 > Log: > Make it possible to override NO_INSTALLEXTRAKERNELS. >=20 > Submitted by: ngie >=20 I missed that this is a !defined check, not a !=3D no check.. Unfortunately t= his commit's a no-op :(.. > Modified: > stable/10/Makefile.inc1 >=20 > Modified: stable/10/Makefile.inc1 > =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 > --- stable/10/Makefile.inc1 Fri Jan 22 18:37:17 2016 (r294587) > +++ stable/10/Makefile.inc1 Fri Jan 22 18:38:52 2016 (r294588) > @@ -1012,7 +1012,7 @@ KERNCONFDIR?=3D ${KRNLCONFDIR} >=20 > BUILDKERNELS=3D > INSTALLKERNEL=3D > -NO_INSTALLEXTRAKERNELS=3Dyes > +NO_INSTALLEXTRAKERNELS?=3D yes > .if defined(NO_INSTALLKERNEL) > # All of the BUILDKERNELS loops start at index 1. > BUILDKERNELS+=3D dummy >=20
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E0D1F567-034F-409E-9CFE-57E4E9C2CC51>