From owner-svn-src-all@freebsd.org Thu May 5 00:31:37 2016 Return-Path: Delivered-To: svn-src-all@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 9157CB2BFD8; Thu, 5 May 2016 00:31:37 +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 7800E1EA6; Thu, 5 May 2016 00:31:36 +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 u450VZZR003326 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Wed, 4 May 2016 17:31:35 -0700 (PDT) (envelope-from glebius@FreeBSD.org) Received: (from glebius@localhost) by cell.glebi.us (8.15.2/8.15.2/Submit) id u450VZax003325; Wed, 4 May 2016 17:31:35 -0700 (PDT) (envelope-from glebius@FreeBSD.org) X-Authentication-Warning: cell.glebi.us: glebius set sender to glebius@FreeBSD.org using -f Date: Wed, 4 May 2016 17:31:35 -0700 From: Gleb Smirnoff To: "Ngie Cooper (yaneurabeya)" Cc: Garrett Cooper , svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r299086 - head Message-ID: <20160505003135.GH1369@FreeBSD.org> References: <201605042100.u44L0fdS023680@repo.freebsd.org> <3C136183-85D6-4047-8F2B-FB1B6C310AFF@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3C136183-85D6-4047-8F2B-FB1B6C310AFF@gmail.com> User-Agent: Mutt/1.6.0 (2016-04-01) X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 May 2016 00:31:37 -0000 On Wed, May 04, 2016 at 02:06:33PM -0700, Ngie Cooper (yaneurabeya) wrote: N> N> > On May 4, 2016, at 14:00, Garrett Cooper wrote: N> > N> > Author: ngie N> > Date: Wed May 4 21:00:41 2016 N> > New Revision: 299086 N> > URL: https://svnweb.freebsd.org/changeset/base/299086 N> > N> > Log: N> > Default NO_INSTALLEXTRAKERNELS to "no" to unbreak the build N> > N> > MFC after: soon (was insta-MFCed -_-..) N> > Pointyhat to: glebius N> > Sponsored by: EMC / Isilon Storage Division N> > N> > Modified: N> > head/Makefile.inc1 Defaulting it to "no" you changed the behaviour backwards, which is wrong. N> This broke for me on 11.0-CURRENT because I use: N> N> KERNCONFS= GENERIC GENERIC-NODEBUG N> N> and use installkernel with INSTKERNNAME. That's quite specific setup. Probably NO_INSTALLEXTRAKERNELS should be played with conditionally. -- Totus tuus, Glebius.