Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Apr 2011 18:32:38 +0300
From:      George Kontostanos <gkontos.mail@gmail.com>
To:        Nathan Whitehorn <nwhitehorn@freebsd.org>
Cc:        freebsd-current@freebsd.org
Subject:   Re: make release
Message-ID:  <BANLkTim45zMSNuLhxr-jJerZ%2BRXXZRv2dQ@mail.gmail.com>
In-Reply-To: <4DA46C4C.6090206@freebsd.org>
References:  <BANLkTinanwB4KH_G79mYAZuUGLfwuDJt4g@mail.gmail.com> <4DA46C4C.6090206@freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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 <nwhitehorn@freebsd.org>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 <http://www.aisecure.net>;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?BANLkTim45zMSNuLhxr-jJerZ%2BRXXZRv2dQ>