svn commit: r294588 - stable/10

NGie Cooper yaneurabeya at gmail.com
Fri Jan 22 18:50:21 UTC 2016


> On Jan 22, 2016, at 10:38, Gleb Smirnoff <glebius at FreeBSD.org> wrote:
> 
> Author: glebius
> Date: Fri Jan 22 18:38:52 2016
> New Revision: 294588
> URL: https://svnweb.freebsd.org/changeset/base/294588
> 
> Log:
>  Make it possible to override NO_INSTALLEXTRAKERNELS.
> 
>  Submitted by:    ngie
> 

I missed that this is a !defined check, not a != no check.. Unfortunately this commit's a no-op :(..

> Modified:
>  stable/10/Makefile.inc1
> 
> Modified: stable/10/Makefile.inc1
> ==============================================================================
> --- 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?=    ${KRNLCONFDIR}
> 
> BUILDKERNELS=
> INSTALLKERNEL=
> -NO_INSTALLEXTRAKERNELS=yes
> +NO_INSTALLEXTRAKERNELS?= yes
> .if defined(NO_INSTALLKERNEL)
> # All of the BUILDKERNELS loops start at index 1.
> BUILDKERNELS+= dummy
> 


More information about the svn-src-all mailing list