Date: Thu, 16 May 2002 12:36:08 -0700 From: "David O'Brien" <obrien@FreeBSD.org> To: Ruslan Ermilov <ru@FreeBSD.org> Cc: current@FreeBSD.org Subject: Re: Skipping certain buildworld stages (was: Re: make includes) Message-ID: <20020516123608.A68794@dragon.nuxi.com> In-Reply-To: <20020516060725.GB26715@sunbay.com>; from ru@FreeBSD.org on Thu, May 16, 2002 at 09:07:25AM %2B0300 References: <20020515161610.U7103-100000@gamplex.bde.org> <XFMail.20020515083728.jhb@FreeBSD.org> <20020515092629.C81859@dragon.nuxi.com> <20020515164322.GA70702@sunbay.com> <20020515151815.B15852@dragon.nuxi.com> <20020516060725.GB26715@sunbay.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, May 16, 2002 at 09:07:25AM +0300, Ruslan Ermilov wrote:
> it's possible to achieve this with:
> 
> : make \
> :     -DNO_worldtmp -DNO_bootstrap-tools -DNO_cleanobj -DNO_obj \
> :     -DNO_build-tools -DNO_cross-tools \
> :     buildworld TARGET_ARCH=foo
> 
> Which in essence is equivalent to this sh(1) script:
> 
> : cd /whatever/usr/src
> : for target in _includes _libraries _depend everything; do
> : 	make -m `pwd`/share/mk -f Makefile.inc1 \
> : 	${target} TARGET_ARCH=foo
> : done
Thanks!
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020516123608.A68794>
