diff options
author | Jeroen Ruigrok van der Werven <asmodai@FreeBSD.org> | 2001-02-19 14:23:49 +0000 |
---|---|---|
committer | Jeroen Ruigrok van der Werven <asmodai@FreeBSD.org> | 2001-02-19 14:23:49 +0000 |
commit | faec9c805b21fd5ee38e4b82e7d1193f3a6f2cdc (patch) | |
tree | bd50e782a32e1824f58627f6c5554ceaf683d04f /release | |
parent | 64a25b5eeafb97c2cedeee10eaae5e78433cd0b7 (diff) | |
download | src-faec9c805b21fd5ee38e4b82e7d1193f3a6f2cdc.tar.gz src-faec9c805b21fd5ee38e4b82e7d1193f3a6f2cdc.zip |
Notes
Diffstat (limited to 'release')
-rw-r--r-- | release/Makefile | 15 |
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. |