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}.Received on Wed Jul 14 2004 - 15:44:01 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:38:01 UTC