Actually make sure the make release line at the top isn't misleading.

CVSROOT is mandatory.  Also note what CVSROOT has to be set to.

Found by:	local make release hacking
This commit is contained in:
Jeroen Ruigrok van der Werven 2001-02-19 14:23:49 +00:00
parent 64a25b5eea
commit faec9c805b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=72697

View file

@ -1,12 +1,13 @@
# $FreeBSD$
#
# make release CHROOTDIR=/some/dir BUILDNAME=somename [ RELEASETAG=tag ]
# make release CHROOTDIR=/some/dir BUILDNAME=somename CVSROOT=/cvs/dir \
# [ RELEASETAG=tag ]
#
# Where "/some/dir" is the pathname of a directory on a some
# filesystem with at least 1000MB of free space, "somename" is what
# you want the release to call itself and, optionally, which CVS "tag"
# name should be used when checking out the sources to build the release
# (default is HEAD).
# Where "/some/dir" is the pathname of a directory on a some filesystem with
# at least 1000MB of free space, "somename" is what you want the release to
# call itself, "/cvs/dir" is where our source repo resides and, optionally,
# which CVS "tag" name should be used when checking out the sources to build
# the release (default is HEAD).
#
# Please note: the vn driver must also be compiled into your kernel,
# otherwise the target 'release.8' and possibly others will fail.