From owner-freebsd-questions@FreeBSD.ORG Wed Jan 23 20:27:15 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1690F16A41B for ; Wed, 23 Jan 2008 20:27:15 +0000 (UTC) (envelope-from kris@FreeBSD.org) Received: from weak.local (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 718D113C4EA; Wed, 23 Jan 2008 20:27:14 +0000 (UTC) (envelope-from kris@FreeBSD.org) Message-ID: <4797A321.3050704@FreeBSD.org> Date: Wed, 23 Jan 2008 21:27:13 +0100 From: Kris Kennaway User-Agent: Thunderbird 2.0.0.9 (Macintosh/20071031) MIME-Version: 1.0 To: Rakhesh Sasidharan References: <20080123213405.G8230@asterix.home.rakhesh.com> In-Reply-To: <20080123213405.G8230@asterix.home.rakhesh.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: make buildworld 6.x on 7.x? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Jan 2008 20:27:15 -0000 Rakhesh Sasidharan wrote: > Hi, > > Is it possible to do a ''make buildworld buildkernel'' of the FreeBSD > 6.x series sources on a FreeBSD 7.x machine and then install them onto a > FreeBSD 6.x machine? Yes, I did this a few minutes ago in fact :) No special procedures are necessary, world builds are already suitably isolated from the host system for this to work. Kris