Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Jul 2004 12:44:01 -0500
From:      Scot Hetzel <swhetzel@gmail.com>
To:        Kirk Strauser <kirk@strauser.com>
Cc:        freebsd-current@freebsd.org
Subject:   Re: CVSUP and 5.2.1 RELEASE
Message-ID:  <790a9fff04071410441f675081@mail.gmail.com>
In-Reply-To: <200407140945.49085.kirk@strauser.com>
References:  <26075.1089753893@critter.freebsd.dk> <200407140945.49085.kirk@strauser.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 14 Jul 2004 09:45:48 -0500, Kirk Strauser <kirk@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}.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?790a9fff04071410441f675081>