From owner-freebsd-current@FreeBSD.ORG Tue Apr 12 15:32:39 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ABC881065674 for ; Tue, 12 Apr 2011 15:32:39 +0000 (UTC) (envelope-from gkontos.mail@gmail.com) Received: from mail-iw0-f182.google.com (mail-iw0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id 663848FC1A for ; Tue, 12 Apr 2011 15:32:39 +0000 (UTC) Received: by iwn33 with SMTP id 33so8221982iwn.13 for ; Tue, 12 Apr 2011 08:32:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=gPlLgkynDljQscJpwMCyxLCMp1y8fGoFDWzCcu5wBS8=; b=x870NhexP6d3JlL8xoB69VGwxWQdDmwu91OhrKtiZ3aL4GB5yeh+2IKXOOjl1kQquK CECdbb71RG3OCKMbNxxb7Csa9yBFURWF4lnw8L5CFB3KElUlJwuVT2AKobmBR8z6k/j3 r7zb1r4id5A1U9YIDRfdzj5fiFKSfsqGOnnXA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=Ov3gAnRnpR8R6x4mBQEhbWl9xCzs6s59BstAHXGgF594v/JRxWQ+Z5ga7XbBXPUl/I UR58l61KPtha1oSbPZtX07bwwfutfn4Z28JSJqRkr/5DtL0hMn9/3XRKJHoE7uLznHTs mzwmfHBQsmx/Ro98h+0Ovbq09guOGLL9caD1g= MIME-Version: 1.0 Received: by 10.43.53.201 with SMTP id vr9mr9264114icb.456.1302622358740; Tue, 12 Apr 2011 08:32:38 -0700 (PDT) Received: by 10.231.11.196 with HTTP; Tue, 12 Apr 2011 08:32:38 -0700 (PDT) In-Reply-To: <4DA46C4C.6090206@freebsd.org> References: <4DA46C4C.6090206@freebsd.org> Date: Tue, 12 Apr 2011 18:32:38 +0300 Message-ID: From: George Kontostanos To: Nathan Whitehorn Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-current@freebsd.org Subject: Re: make release X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Tue, 12 Apr 2011 15:32:39 -0000 Sorry I didn't read the man pages lately! release Meta-target to build all release media and distributions applicable to this platform. All output goes to ${.OBJDIR}, which will likely be either src/release or the equivalent path in /usr/obj. The following sequence of commands can be used to build a ``-CURRENT snapshot'' in a clean environment, including ports and documentation: cd /usr/src make buildworld cd release export CVSUP_HOST=cvsupN.freebsd.org sh generate-release.sh head /local3/release On Tue, Apr 12, 2011 at 6:14 PM, Nathan Whitehorn wrote: > On 04/12/11 10:02, George Kontostanos wrote: > >> I am trying to make a release with the following arguments: >> >> make release CHROOTDIR=/usr/home/current BUILDNAME=9-CURRENT >> EXTSRCDIR=/usr/src NOPORTS=YES MAKE_ISOS=YES >> >> however /usr/home/current is being ignored completely and everything ends >> up >> in /usr/obj/usr/src. Am I doing something wrong ? >> > > Following switching the default installer away from sysinstall, make > release works differently now (see release(7), which has been updated to > reflect the new release-building process). The closest analog to the command > above (though you may want to do something different) is: > cd /usr/src/release > ./generate-release.sh head /usr/home/current > -Nathan > -- George Kontostanos aisecure.net