From owner-freebsd-current@FreeBSD.ORG Thu Nov 13 14:15:39 2003 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 26AED16A4CE for ; Thu, 13 Nov 2003 14:15:39 -0800 (PST) Received: from smtp2.btinet.net (mail.gnda.com [216.235.160.225]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4890243FA3 for ; Thu, 13 Nov 2003 14:15:38 -0800 (PST) (envelope-from pmes@btinet.net) Received: from exim by smtp2.btinet.net with spam-scanned (Exim 4.24) id 1AKPkX-0005qd-Md for current@FreeBSD.org; Thu, 13 Nov 2003 16:15:37 -0600 Received: from ar11-bsmrnd.l1.btigate.com ([209.62.224.243] helo=btinet.net) by smtp2.btinet.net with esmtp (Exim 4.24) id 1AKPkV-0005qA-K6; Thu, 13 Nov 2003 16:15:35 -0600 Message-ID: <3FB40286.4020301@btinet.net> Date: Thu, 13 Nov 2003 16:15:34 -0600 From: Peter Schultz User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.6a) Gecko/20031104 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Scott Long References: <3FB3F01B.2060502@btinet.net> <20031113140653.T8291@pooker.samsco.home> In-Reply-To: <20031113140653.T8291@pooker.samsco.home> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Checker-Version: SpamAssassin 2.60 (1.212-2003-09-23-exp) on smtp2.btinet.net X-Spam-Level: X-Spam-Status: No, hits=0.0 required=10.0 tests=none autolearn=no version=2.60 cc: current@FreeBSD.org Subject: Re: making a 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: Thu, 13 Nov 2003 22:15:39 -0000 Scott Long wrote: > I use the following all of the time: > > cd /usr/src/release ; make release BUILDNAME=5.1-CURRENT > CHROOTDIR=/usr/release CVSROOT=/usr/ncvs > I have NODOC=YES NOPORTS=YES and thought I'd be able to get by with EXTSRCDIR=/usr/src in place of CVSROOT=/usr/ncvs. Looks like EXTCRCDIR is not widely used, but would be convenient for a local user. Pete... > Scott > > On Thu, 13 Nov 2003, Peter Schultz wrote: > > >>I'm trying to build a set of release floppies, but my setting for >>CHROOTDIR seems to be ignored and the release gets dumped in my root >>file system under /R. Shouldn't /R be installed under whatever I set >>CHROOTDIR to? >> >>Thanks, >>Pete...