Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 May 2011 11:35:05 -0700
From:      David Wolfskill <david@catwhisker.org>
To:        "David O'Brien" <obrien@FreeBSD.org>
Cc:        Vadim Goncharov <vadim_nuclight@mail.ru>, svn-src-all@FreeBSD.org, dhw@FreeBSD.org
Subject:   Re: svn commit: r220954 - head
Message-ID:  <20110504183505.GD2037@albert.catwhisker.org>
In-Reply-To: <20110504170442.GC57373@dragon.NUXI.org>
References:  <201104221710.p3MHApbu051050__38279.4176498011$1303492287$gmane$org@svn.freebsd.org> <201105030741.p437fBOa030879@kernblitz.nuclight.avtf.net> <20110504170442.GC57373@dragon.NUXI.org>

next in thread | previous in thread | raw e-mail | index | archive | help

--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--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20110504183505.GD2037>