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 [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message