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 da...@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.
pgpQH2iaO53tR.pgp
Description: PGP signature