From owner-freebsd-current@FreeBSD.ORG Thu Nov 13 13:23:54 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 E138A16A4DC for ; Thu, 13 Nov 2003 13:23:54 -0800 (PST) Received: from smtp.mho.com (smtp.mho.net [64.58.4.6]) by mx1.FreeBSD.org (Postfix) with SMTP id 0229E43F85 for ; Thu, 13 Nov 2003 13:23:54 -0800 (PST) (envelope-from scottl@freebsd.org) Received: (qmail 3336 invoked by uid 1002); 13 Nov 2003 21:23:53 -0000 Received: from unknown (HELO ?10.4.1.5?) (64.58.1.252) by smtp.mho.net with SMTP; 13 Nov 2003 21:23:53 -0000 Date: Thu, 13 Nov 2003 14:25:45 -0700 (MST) From: Scott Long X-X-Sender: scottl@pooker.samsco.home To: Andy Farkas In-Reply-To: <20031114071552.W95411@hewey.af.speednet.com.au> Message-ID: <20031113142430.Y8291@pooker.samsco.home> References: <3FB3F01B.2060502@btinet.net> <20031113140653.T8291@pooker.samsco.home> <20031114071552.W95411@hewey.af.speednet.com.au> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 21:23:55 -0000 On Fri, 14 Nov 2003, Andy Farkas wrote: > 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 > > Quick question: is it ok to do make -j release ? > > -- I wouldn't trust invoking -jX directly. There are three variables in the release makefile that can do that for the different stages, just edit the makefile as appropriate. Scott