summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorasmodai <asmodai@FreeBSD.org>2001-02-19 14:23:49 +0000
committerasmodai <asmodai@FreeBSD.org>2001-02-19 14:23:49 +0000
commit924f5f5520d5818fdc70a8448ddedf50933bd822 (patch)
tree89f20617fc6e8636a8cbb30e8468415931ee2b55
parentb62adaf1b8138256cf947a0b1e0f5a2600b8fe57 (diff)
downloadFreeBSD-src-924f5f5520d5818fdc70a8448ddedf50933bd822.zip
FreeBSD-src-924f5f5520d5818fdc70a8448ddedf50933bd822.tar.gz
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
-rw-r--r--release/Makefile15
1 files changed, 8 insertions, 7 deletions
diff --git a/release/Makefile b/release/Makefile
index 377216a..e3dfb8a 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.
OpenPOWER on IntegriCloud