aboutsummaryrefslogtreecommitdiff
path: root/release
diff options
context:
space:
mode:
authorJeroen Ruigrok van der Werven <asmodai@FreeBSD.org>2001-02-19 14:23:49 +0000
committerJeroen Ruigrok van der Werven <asmodai@FreeBSD.org>2001-02-19 14:23:49 +0000
commitfaec9c805b21fd5ee38e4b82e7d1193f3a6f2cdc (patch)
treebd50e782a32e1824f58627f6c5554ceaf683d04f /release
parent64a25b5eeafb97c2cedeee10eaae5e78433cd0b7 (diff)
downloadsrc-faec9c805b21fd5ee38e4b82e7d1193f3a6f2cdc.tar.gz
src-faec9c805b21fd5ee38e4b82e7d1193f3a6f2cdc.zip
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
Notes
Notes: svn path=/head/; revision=72697
Diffstat (limited to 'release')
-rw-r--r--release/Makefile15
1 files changed, 8 insertions, 7 deletions
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.