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
[-- Attachment #1 --]
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
> [..]
> > I have lines like the following in /etc/make.conf on some hosts:
> >
> > # build specified kernels by default and install first of them
> > KERNCONF?=ROUTER GENERIC
> > and do just cd /usr/src && make buildkernel
> > Will this patch print the correct first kernel, or this will be entire list?
>
> 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
===================================================================
--- 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=${TMPPATH} \
At least, that seems to work for me. I would hardly object to a reality
check. :-}
Peace,
david
--
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.
[-- Attachment #2 --]
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.17 (FreeBSD)
iEYEARECAAYFAk3BnFgACgkQmprOCmdXAD3ArgCghDxyoBj/gTFmACQw8Zhb+gig
RRoAn0kPNsybFl42uO9VSH23PwmQ8LsX
=KcPM
-----END PGP SIGNATURE-----
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20110504183505.GD2037>
