Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 May 2011 14:41:10 +0700
From:      Vadim Goncharov <vadim_nuclight@mail.ru>
To:        svn-src-all@freebsd.org
Cc:        "David E. O'Brien" <obrien@freebsd.org>
Subject:   Re: svn commit: r220954 - head
Message-ID:  <201105030741.p437fBOa030879@kernblitz.nuclight.avtf.net>
In-Reply-To: =?UTF-8?Q?=3C201104221710=2Ep3MHApbu051050=5F=5F38279=2E417?= =?UTF-8?Q?6498011=241303492287=24gmane=24org=40svn=2Efreebsd=2Eorg=3E?=
References:  <201104221710.p3MHApbu051050__38279.4176498011$1303492287$gmane$org@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Hi David E. O'Brien! 

On Fri, 22 Apr 2011 17:10:51 +0000 (UTC); David E. O'Brien <obrien@FreeBSD.org> wrote:

> Author: obrien
> Date: Fri Apr 22 17:10:51 2011
> New Revision: 220954
> URL: http://svn.freebsd.org/changeset/base/220954

> Log:
>   Note which of the built kernels is being installed.
>   
>   PR:		156579
>   Submitted by:	dhw

> Modified:
>   head/Makefile.inc1

> Modified: head/Makefile.inc1
> ==============================================================================
> --- head/Makefile.inc1	Fri Apr 22 14:42:42 2011	(r220953)
> +++ head/Makefile.inc1	Fri Apr 22 17:10:51 2011	(r220954)
> @@ -868,7 +868,7 @@ reinstallkernel reinstallkernel.debug: i
>  	false
>  .endif
>  	@echo "--------------------------------------------------------------"
> -	@echo ">>> Installing kernel"
> +	@echo ">>> Installing kernel ${KERNCONF}"
>  	@echo "--------------------------------------------------------------"
>  	cd ${KRNLOBJDIR}/${INSTALLKERNEL}; \
>  	    ${CROSSENV} PATH=${TMPPATH} \
> _______________________________________________
> svn-src-all@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/svn-src-all
> To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"

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?

-- 
WBR, Vadim Goncharov. ICQ#166852181       mailto:vadim_nuclight@mail.ru
[Moderator of RU.ANTI-ECOLOGY][FreeBSD][http://antigreen.org][LJ:/nuclight]



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