From owner-svn-src-head@freebsd.org Tue Mar 27 17:40:32 2018 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8E5AEF6ECEA for ; Tue, 27 Mar 2018 17:40:32 +0000 (UTC) (envelope-from ian@freebsd.org) Received: from pmta2.delivery6.ore.mailhop.org (pmta2.delivery6.ore.mailhop.org [54.200.129.228]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 150CB749E3 for ; Tue, 27 Mar 2018 17:40:31 +0000 (UTC) (envelope-from ian@freebsd.org) X-MHO-User: c46a4504-31e5-11e8-b951-f99fef315fd9 X-Report-Abuse-To: https://support.duocircle.com/support/solutions/articles/5000540958-duocircle-standard-smtp-abuse-information X-Originating-IP: 67.177.211.60 X-Mail-Handler: DuoCircle Outbound SMTP Received: from ilsoft.org (unknown [67.177.211.60]) by outbound2.ore.mailhop.org (Halon) with ESMTPSA id c46a4504-31e5-11e8-b951-f99fef315fd9; Tue, 27 Mar 2018 17:39:15 +0000 (UTC) Received: from rev (rev [172.22.42.240]) by ilsoft.org (8.15.2/8.15.2) with ESMTP id w2RHeMJd061225; Tue, 27 Mar 2018 11:40:22 -0600 (MDT) (envelope-from ian@freebsd.org) Message-ID: <1522172422.49673.38.camel@freebsd.org> Subject: Re: svn commit: r331209 - head From: Ian Lepore To: John Baldwin , Alexey Dokuchaev Cc: Warner Losh , Kyle Evans , svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers Date: Tue, 27 Mar 2018 11:40:22 -0600 In-Reply-To: <11592636.Xep9SDNT9W@ralph.baldwin.cx> References: <201803191527.w2JFRr7B058668@repo.freebsd.org> <3226647.aiAOVF4eaK@ralph.baldwin.cx> <20180327051912.GA5729@FreeBSD.org> <11592636.Xep9SDNT9W@ralph.baldwin.cx> Content-Type: text/plain; charset="ISO-8859-1" X-Mailer: Evolution 3.18.5.1 FreeBSD GNOME Team Port Mime-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Mar 2018 17:40:32 -0000 On Tue, 2018-03-27 at 09:48 -0700, John Baldwin wrote: > On Tuesday, March 27, 2018 05:19:12 AM Alexey Dokuchaev wrote: > > > > On Thu, Mar 22, 2018 at 08:52:47AM -0700, John Baldwin wrote: > > > > > > On Thursday, March 22, 2018 04:39:38 AM Alexey Dokuchaev wrote: > > > > > > > > > > > > > > ... > > > > Right, but John had mentioned extra reboot *between* installkernel and > > > > installworld, which I've never heard of before. > > > From the end up of src/UPDATING: > > > > > >          > > >         make buildworld > > >         make kernel KERNCONF=YOUR_KERNEL_HERE > > >          > > If by "reboot" in your original message you meant "drop to single user" > > then there's no confusion.  It's just that in my understanding "reboot" > > means, well, reboot. > No, I meant reboot and it clearly says here "reboot".  Note that > 'make kernel' does 'make buildkernel' and 'make installkernel', so > the reboot quoted above is after installkernel but before installworld. > Perhaps 'make kernel' should be expanded into separate lines for > 'buildkernel' and 'installkernel' if that is confusing. > I've been working with freebsd since 1996, and had no idea there was a kernel target that does build+install.  I think even showing it as   make buildkernel installkernel KERNCONF=YOUR_KERNEL_HERE would be more clear. -- Ian