From owner-freebsd-questions@FreeBSD.ORG Tue Jun 15 12:20:07 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2829616A4CE for ; Tue, 15 Jun 2004 12:20:07 +0000 (GMT) Received: from sccrmhc13.comcast.net (sccrmhc13.comcast.net [204.127.202.64]) by mx1.FreeBSD.org (Postfix) with ESMTP id C2B8343D1F for ; Tue, 15 Jun 2004 12:20:06 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from be-well.no-ip.com ([66.30.196.44]) by comcast.net (sccrmhc13) with ESMTP id <200406151219050160081hjle>; Tue, 15 Jun 2004 12:19:05 +0000 Received: by be-well.no-ip.com (Postfix, from userid 1147) id B9E4374; Tue, 15 Jun 2004 08:19:04 -0400 (EDT) Sender: lowell@be-well.ilk.org To: cpghost@cordula.ws References: <20040614165606.7F81D4082B@fw.farid-hajji.net> From: Lowell Gilbert Date: 15 Jun 2004 08:19:04 -0400 In-Reply-To: <20040614165606.7F81D4082B@fw.farid-hajji.net> Message-ID: <44r7sh8153.fsf@be-well.ilk.org> Lines: 16 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: freebsd-questions@freebsd.org Subject: Re: Compiling only the base system? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Jun 2004 12:20:07 -0000 Cordula's Web writes: > how can I compile just the base system (sysinstall's minimal install) > from CURRENT sources in /usr/src into DESTDIR=/some/nonstandard/path? > > I don't need the complete system, just the stuff that is normally > available under /cdrom/base on a RELEASE CD (packed) or, if that is > too hard, the unpacked files. > > Same for /cdrom/crypto. > > Is that possible without having to download the complete CVS repo and > making a custom (snapshot) release? I'm having trouble understanding the goal here. In what way does "make world" not fit the bill?