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 <nwhiteh...@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>
_______________________________________________
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Reply via email to