From faec9c805b21fd5ee38e4b82e7d1193f3a6f2cdc Mon Sep 17 00:00:00 2001 From: Jeroen Ruigrok van der Werven Date: Mon, 19 Feb 2001 14:23:49 +0000 Subject: 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 --- release/Makefile | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'release/Makefile') diff --git a/release/Makefile b/release/Makefile index 377216a48b99..e3dfb8a8e740 100644 --- a/release/Makefile +++ b/release/Makefile @@ -1,12 +1,13 @@ # $FreeBSD$ # -# make release CHROOTDIR=/some/dir BUILDNAME=somename [ 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). +# 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, "/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. -- cgit v1.2.3