From owner-svn-src-stable@freebsd.org Fri Jan 22 02:25:13 2016 Return-Path: Delivered-To: svn-src-stable@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 A9C86A8B864; Fri, 22 Jan 2016 02:25:13 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from cell.glebi.us (glebi.us [96.95.210.25]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "cell.glebi.us", Issuer "cell.glebi.us" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 8EFF21C86; Fri, 22 Jan 2016 02:25:13 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from cell.glebi.us (localhost [127.0.0.1]) by cell.glebi.us (8.15.2/8.15.2) with ESMTPS id u0M2P6qt018874 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Thu, 21 Jan 2016 18:25:06 -0800 (PST) (envelope-from glebius@FreeBSD.org) Received: (from glebius@localhost) by cell.glebi.us (8.15.2/8.15.2/Submit) id u0M2P6cW018873; Thu, 21 Jan 2016 18:25:06 -0800 (PST) (envelope-from glebius@FreeBSD.org) X-Authentication-Warning: cell.glebi.us: glebius set sender to glebius@FreeBSD.org using -f Date: Thu, 21 Jan 2016 18:25:05 -0800 From: Gleb Smirnoff To: Slawa Olhovchenkov Cc: NGie Cooper , "src-committers@freebsd.org" , "svn-src-all@freebsd.org" , "svn-src-stable@freebsd.org" , "svn-src-stable-10@freebsd.org" Subject: Re: svn commit: r293391 - stable/10 Message-ID: <20160122022505.GQ1444@FreeBSD.org> References: <201601072310.u07NAiBY085842@repo.freebsd.org> <20160122002933.GI37895@zxy.spb.ru> <20160122021828.GK88527@zxy.spb.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160122021828.GK88527@zxy.spb.ru> User-Agent: Mutt/1.5.24 (2015-08-30) X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Jan 2016 02:25:13 -0000 On Fri, Jan 22, 2016 at 05:18:28AM +0300, Slawa Olhovchenkov wrote: S> > On Thu, Jan 21, 2016 at 4:29 PM, Slawa Olhovchenkov wrote: S> > > On Thu, Jan 07, 2016 at 11:10:44PM +0000, Gleb Smirnoff wrote: S> > > S> > >> Author: glebius S> > >> Date: Thu Jan 7 23:10:44 2016 S> > >> New Revision: 293391 S> > >> URL: https://svnweb.freebsd.org/changeset/base/293391 S> > >> S> > >> Log: S> > >> Merge r293282 from head: S> > >> Provide knob NO_INSTALLEXTRAKERNELS. If defined, extra kernels in KERNCONF S> > >> won't be installed, only the first one would. S> > >> S> > >> Turn NO_INSTALLEXTRAKERNELS=yes on stable/10 to preserve original S> > >> behaviour of not installing additional kernels built. S> > > S> > > What?! S> > > By default additional kernels built will be installed. S> > S> > Agreed, but they would overwrite one another, unless you used S> > INSTKERNNAME appropriately. S> S> I am use relese.sh with KERNEL="GENEROC VSTREAM" and nothing S> overwritied. S> INSTKERNNAME properly used with KERNCONF by Makefile.inc1 S> (kernel for first and kernel.${_kernel} for other. S> S> Now relese.sh can't used with multiple kernels, this is POLA S> violation. You are confusing release.sh with regular build. Now in head regular build behaves same as release.sh. But in stable/10 NO_INSTALLEXTRAKERNELS=1 to provide old behaviour. -- Totus tuus, Glebius.