hi, I'm trying to create a custom release with my FreeBSD setup, I followed the instructions in the handbook.
fisrt:
then cvsup:
modify the file "cvs-supfile":
So far so good.
finally i use "make release" with the following configuration.
after almost 2 hours of "make release" get the following error:
do not understand why this error occurs, I hope you can help.
Thanks.
fisrt:
Code:
cd /usr/src
make buildworld
then cvsup:
modify the file "cvs-supfile":
Code:
cd /usr/share/examples/cvsup/
vi cvs-supfile
*default prefix=/usr/home/ncvs
*default base=/usr/a
*default host=cvsup.de.FreeBSD.org
*default release=cvs
*default delete compress use-rel-suffix
## Main Source Tree
src-all
src-eBones
src-secure
# Other stuff
ports-all
www
doc-all
:wq!
cvsup -g -L 2 cvs-supfile
after 7 hours
export CVSROOT=/usr/home/ncvs
So far so good.
finally i use "make release" with the following configuration.
Code:
cd /usr/src/release
make release BUILDNAME=CUSTOM-RELEASE CHROOTDIR=/usr/customrelease/
after almost 2 hours of "make release" get the following error:
Code:
make 'dont know how to make doRELEASE'
stop
Error code 2
do not understand why this error occurs, I hope you can help.
Thanks.