svn commit: r293391 - stable/10

Slawa Olhovchenkov slw at zxy.spb.ru
Fri Jan 22 02:18:33 UTC 2016


On Thu, Jan 21, 2016 at 05:51:01PM -0800, NGie Cooper wrote:

> On Thu, Jan 21, 2016 at 4:29 PM, Slawa Olhovchenkov <slw at zxy.spb.ru> wrote:
> > On Thu, Jan 07, 2016 at 11:10:44PM +0000, Gleb Smirnoff wrote:
> >
> >> Author: glebius
> >> Date: Thu Jan  7 23:10:44 2016
> >> New Revision: 293391
> >> URL: https://svnweb.freebsd.org/changeset/base/293391
> >>
> >> Log:
> >>   Merge r293282 from head:
> >>    Provide knob NO_INSTALLEXTRAKERNELS. If defined, extra kernels in KERNCONF
> >>    won't be installed, only the first one would.
> >>
> >>   Turn NO_INSTALLEXTRAKERNELS=yes on stable/10 to preserve original
> >>   behaviour of not installing additional kernels built.
> >
> > What?!
> > By default additional kernels built will be installed.
> 
> Agreed, but they would overwrite one another, unless you used
> INSTKERNNAME appropriately.

I am use relese.sh with KERNEL="GENEROC VSTREAM" and nothing
overwritied.
INSTKERNNAME properly used with KERNCONF by Makefile.inc1
(kernel for first and kernel.${_kernel} for other.

Now relese.sh can't used with multiple kernels, this is POLA
violation.

man release

     KERNEL           The target kernel configuration to use. Defaults to
                      GENERIC.  Multiple KERNEL entries may be specified.




More information about the svn-src-all mailing list