From owner-svn-src-all@FreeBSD.ORG Wed May 4 19:05:21 2011 Return-Path: Delivered-To: svn-src-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 602D4106566B for ; Wed, 4 May 2011 19:05:21 +0000 (UTC) (envelope-from david@catwhisker.org) Received: from albert.catwhisker.org (m209-73.dsl.rawbw.com [198.144.209.73]) by mx1.freebsd.org (Postfix) with ESMTP id 6CE848FC12 for ; Wed, 4 May 2011 19:05:20 +0000 (UTC) Received: from albert.catwhisker.org (localhost [127.0.0.1]) by albert.catwhisker.org (8.14.4/8.14.4) with ESMTP id p44IZ52H006917; Wed, 4 May 2011 11:35:05 -0700 (PDT) (envelope-from david@albert.catwhisker.org) Received: (from david@localhost) by albert.catwhisker.org (8.14.4/8.14.4/Submit) id p44IZ5Nm006916; Wed, 4 May 2011 11:35:05 -0700 (PDT) (envelope-from david) Date: Wed, 4 May 2011 11:35:05 -0700 From: David Wolfskill To: "David O'Brien" Message-ID: <20110504183505.GD2037@albert.catwhisker.org> References: <201104221710.p3MHApbu051050__38279.4176498011$1303492287$gmane$org@svn.freebsd.org> <201105030741.p437fBOa030879@kernblitz.nuclight.avtf.net> <20110504170442.GC57373@dragon.NUXI.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="k3qmt+ucFURmlhDS" Content-Disposition: inline In-Reply-To: <20110504170442.GC57373@dragon.NUXI.org> User-Agent: Mutt/1.4.2.3i Cc: Vadim Goncharov , svn-src-all@FreeBSD.org, dhw@FreeBSD.org Subject: Re: svn commit: r220954 - head X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 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: Wed, 04 May 2011 19:05:21 -0000 --k3qmt+ucFURmlhDS Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, May 04, 2011 at 10:04:42AM -0700, David O'Brien wrote: > On Tue, May 03, 2011 at 02:41:10PM +0700, Vadim Goncharov wrote: > > > PR: 156579 > > > Submitted by: dhw > [..]=20 > > I have lines like the following in /etc/make.conf on some hosts: > >=20 > > # build specified kernels by default and install first of them > > KERNCONF?=3DROUTER GENERIC > > and do just cd /usr/src && make buildkernel > > Will this patch print the correct first kernel, or this will be entire = list? >=20 > Hi Vadim, > There seems to be a bug in r220954. dhw is taking a look at it. Yeah, it was the whole list; sorry. It should have been ${INSTALLKERNEL} -- as in: Index: Makefile.inc1 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- Makefile.inc1 (revision 221428) +++ Makefile.inc1 (working copy) @@ -868,7 +868,7 @@ false .endif @echo "--------------------------------------------------------------" - @echo ">>> Installing kernel ${KERNCONF}" + @echo ">>> Installing kernel ${INSTALLKERNEL}" @echo "--------------------------------------------------------------" cd ${KRNLOBJDIR}/${INSTALLKERNEL}; \ ${CROSSENV} PATH=3D${TMPPATH} \ At least, that seems to work for me. I would hardly object to a reality check. :-} Peace, david --=20 David H. Wolfskill david@catwhisker.org Depriving a girl or boy of an opportunity for education is evil. See http://www.catwhisker.org/~david/publickey.gpg for my public key. --k3qmt+ucFURmlhDS Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.17 (FreeBSD) iEYEARECAAYFAk3BnFgACgkQmprOCmdXAD3ArgCghDxyoBj/gTFmACQw8Zhb+gig RRoAn0kPNsybFl42uO9VSH23PwmQ8LsX =KcPM -----END PGP SIGNATURE----- --k3qmt+ucFURmlhDS--