svn commit: r220954 - head

David Wolfskill david at catwhisker.org
Wed May 4 19:05:21 UTC 2011


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 at 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.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 196 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/svn-src-all/attachments/20110504/2ec80e0b/attachment.pgp


More information about the svn-src-all mailing list