From owner-freebsd-current@FreeBSD.ORG Wed Jul 14 18:19:44 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7301516A4CE for ; Wed, 14 Jul 2004 18:19:44 +0000 (GMT) Received: from kanga.honeypot.net (kanga.honeypot.net [208.162.254.122]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3777143D2D for ; Wed, 14 Jul 2004 18:19:44 +0000 (GMT) (envelope-from kirk@strauser.com) Received: from localhost (localhost [127.0.0.1]) by kanga.honeypot.net (Postfix) with ESMTP id 618FEBA7F for ; Wed, 14 Jul 2004 13:19:43 -0500 (CDT) Received: from kanga.honeypot.net ([127.0.0.1]) by localhost (kanga.honeypot.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 32126-06 for ; Wed, 14 Jul 2004 13:19:42 -0500 (CDT) Received: from janus.daycos.com (outbound.daycos.com [204.26.70.70]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by kanga.honeypot.net (Postfix) with ESMTP id B2007BA7E for ; Wed, 14 Jul 2004 13:19:42 -0500 (CDT) From: Kirk Strauser To: freebsd-current@freebsd.org Date: Wed, 14 Jul 2004 13:19:35 -0500 User-Agent: KMail/1.6.2 References: <26075.1089753893@critter.freebsd.dk> <200407140945.49085.kirk@strauser.com> <790a9fff04071410441f675081@mail.gmail.com> In-Reply-To: <790a9fff04071410441f675081@mail.gmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg=pgp-sha1; boundary="Boundary-02=_6kX9ApvxBeGzM/V"; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200407141319.38814.kirk@strauser.com> X-Virus-Scanned: by amavisd-new at honeypot.net Subject: Re: CVSUP and 5.2.1 RELEASE X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jul 2004 18:19:44 -0000 --Boundary-02=_6kX9ApvxBeGzM/V Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Wednesday 2004-07-14 12:44 pm, Scot Hetzel wrote: > make world DESTDIR=3D/foo will build and then install into ${DESTDIR}. > But make buildworld DESTDIR=3D/foo will only build. You need make > installworld DESTDIR=3D/foo to install into ${DESTDIR}. D'oh! I misstated in my email (but not on the web page). Is "make world=20 DESTDIR=3D/foo" better than "make buildworld; make installword DESTDIR=3D/f= oo"? Particularly in the case of multiple jail directories, it seems like doing= =20 one buildworld followed by a series of installworlds would be a clear win. = =20 Also, given that it seems as though you'll *always* want the jail=20 environments to be at the same version as the host environment, you'd=20 usually be doing installworld into the jails *after* doing an installworld= =20 into the host system. Does that sound right? =2D-=20 Kirk Strauser --Boundary-02=_6kX9ApvxBeGzM/V Content-Type: application/pgp-signature Content-Description: signature -----BEGIN PGP SIGNATURE----- iD8DBQBA9Xk65sRg+Y0CpvERAsixAKCcoIqJ8tWKvUEB8qbyzZJAn5cACACfboSP Huma0zoQzYB3S9O9y7tLMak= =Ou2t -----END PGP SIGNATURE----- --Boundary-02=_6kX9ApvxBeGzM/V--