From owner-svn-src-all@FreeBSD.ORG Thu Mar 18 19:45:10 2010 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DDF1F1065673 for ; Thu, 18 Mar 2010 19:45:10 +0000 (UTC) (envelope-from max@love2party.net) Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.171]) by mx1.freebsd.org (Postfix) with ESMTP id 7251C8FC1D for ; Thu, 18 Mar 2010 19:45:10 +0000 (UTC) Received: from vampire.homelinux.org (dslb-088-066-054-235.pools.arcor-ip.net [88.66.54.235]) by mrelayeu.kundenserver.de (node=mreu2) with ESMTP (Nemesis) id 0Lvg76-1NZe1Z1etI-017XoK; Thu, 18 Mar 2010 20:45:09 +0100 Received: (qmail 20641 invoked from network); 18 Mar 2010 19:45:09 -0000 Received: from f8x64.laiers.local (192.168.4.188) by router.laiers.local with SMTP; 18 Mar 2010 19:45:09 -0000 From: Max Laier Organization: FreeBSD To: Doug Barton Date: Thu, 18 Mar 2010 20:45:08 +0100 User-Agent: KMail/1.12.4 (FreeBSD/8.0-RELEASE-p2; KDE/4.3.5; amd64; ; ) References: <201003181858.o2IIwHsO008939@svn.freebsd.org> In-Reply-To: <201003181858.o2IIwHsO008939@svn.freebsd.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: 7bit Message-Id: <201003182045.08966.max@love2party.net> X-Provags-ID: V01U2FsdGVkX19UIThEIh2rvpQLMV+axarjVpnDsEmKiddtVOf rvLQp6gCXsOpB5zQx3lPvk23YqXR9drXagH/ypNWiKFavyVUmC iFKLtlYQ46Gc/iGDQz/Dg== Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r205290 - head X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Mar 2010 19:45:10 -0000 On Thursday 18 March 2010 19:58:17 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. Could you document that in share/man/man7/build.7 ? > 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