svn commit: r220954 - head

Vadim Goncharov vadim_nuclight at mail.ru
Tue May 3 07:58:13 UTC 2011


Hi David E. O'Brien! 

On Fri, 22 Apr 2011 17:10:51 +0000 (UTC); David E. O'Brien <obrien at 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 at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/svn-src-all
> To unsubscribe, send any mail to "svn-src-all-unsubscribe at 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 at mail.ru
[Moderator of RU.ANTI-ECOLOGY][FreeBSD][http://antigreen.org][LJ:/nuclight]


More information about the svn-src-all mailing list