Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Apr 2011 10:14:20 -0500
From:      Nathan Whitehorn <nwhitehorn@freebsd.org>
To:        George Kontostanos <gkontos.mail@gmail.com>
Cc:        freebsd-current@freebsd.org
Subject:   Re: make release
Message-ID:  <4DA46C4C.6090206@freebsd.org>
In-Reply-To: <BANLkTinanwB4KH_G79mYAZuUGLfwuDJt4g@mail.gmail.com>
References:  <BANLkTinanwB4KH_G79mYAZuUGLfwuDJt4g@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4DA46C4C.6090206>