CVSUP and 5.2.1 RELEASE
Scot Hetzel
swhetzel at gmail.com
Wed Jul 14 10:44:01 PDT 2004
On Wed, 14 Jul 2004 09:45:48 -0500, Kirk Strauser <kirk at strauser.com> wrote:
> And again, how does "make world DESTDIR=/foo" differ from "make buildworld
> DESTDIR=/foo"?
>
> I've been getting several hundred hits per month to:
>
> http://subwiki.honeypot.net/cgi-bin/view/Freebsd/BuildAndUpdateJails
>
> Have I been giving the wrong advice?
make world DESTDIR=/foo will build and then install into ${DESTDIR}.
But make buildworld DESTDIR=/foo will only build. You need make
installworld DESTDIR=/foo to install into ${DESTDIR}.
More information about the freebsd-current
mailing list