Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Mar 2010 19:52:48 +0000 (UTC)
From:      "Bjoern A. Zeeb" <bz@FreeBSD.org>
To:        Doug Barton <dougb@FreeBSD.org>
Cc:        svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org
Subject:   Re: svn commit: r205290 - head
Message-ID:  <20100318195128.K33454@maildrop.int.zabbadoz.net>
In-Reply-To: <201003181858.o2IIwHsO008939@svn.freebsd.org>
References:  <201003181858.o2IIwHsO008939@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 18 Mar 2010, Doug Barton wrote:

> Author: dougb
> Date: Thu Mar 18 18:58:17 2010
> New Revision: 205290
> URL: http://svn.freebsd.org/changeset/base/205290
>
> Log:
>  For those of us mere mortals who do not aspire to the lofty heights
>  of kernel hackery, add MAKE_JUST_WORLDS so that we can take part in
>  the 'make universe' goodnes without using unecessary time and resources.

Just FYI, you could do that with .. already:
 	make universe KERNCONFS=


> Modified:
>  head/Makefile
>
> Modified: head/Makefile
> ==============================================================================
> --- head/Makefile	Thu Mar 18 18:52:18 2010	(r205289)
> +++ head/Makefile	Thu Mar 18 18:58:17 2010	(r205290)
> @@ -311,6 +311,7 @@ universe_${target}:
> 	    "check _.${target}.buildworld for details" | ${MAKEFAIL}))
> 	@echo ">> ${target} buildworld completed on `LC_ALL=C date`"
> .endif
> +.if !defined(MAKE_JUST_WORLDS)
> .if exists(${.CURDIR}/sys/${target}/conf/NOTES)
> 	@(cd ${.CURDIR}/sys/${target}/conf && env __MAKE_CONF=/dev/null \
> 	    ${MAKE} LINT > ${.CURDIR}/_.${target}.makeLINT 2>&1 || \
> @@ -319,6 +320,7 @@ universe_${target}:
> .endif
> 	@cd ${.CURDIR} && ${MAKE} ${.MAKEFLAGS} TARGET=${target} \
> 	    universe_kernels
> +.endif
> 	@echo ">> ${target} completed on `LC_ALL=C date`"
> .endfor
> universe_kernels: universe_kernconfs
>

-- 
Bjoern A. Zeeb         It will not break if you know what you are doing.



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