From 3326340ebfb6076c276eb4c59ab7f6b763780a6b Mon Sep 17 00:00:00 2001 From: jhb Date: Sat, 27 Jul 2002 19:52:35 +0000 Subject: - Move BUILDNAME up before CHROOTDIR. - RELEASETAG is an optional variable, not a required one. --- share/man/man7/release.7 | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) (limited to 'share') diff --git a/share/man/man7/release.7 b/share/man/man7/release.7 index 9011ada..7a35806 100644 --- a/share/man/man7/release.7 +++ b/share/man/man7/release.7 @@ -171,7 +171,15 @@ hardware guide, and installation instructions. .El .Sh ENVIRONMENT Variables that must be specified: -.Bl -tag -width ".Va RELEASETAG" +.Bl -tag -width ".Va BUILDNAME" +.It Va BUILDNAME +The name of the release to be built. +This is used to set the +.Va RELEASE +value in +.Pa sys/conf/newvers.sh , +which affects the output of +.Xr uname 1 . .It Va CHROOTDIR The directory to be used as the .Xr chroot 8 @@ -183,14 +191,6 @@ environment for the entire release build. .\" XXX: but at least it looks less like a decree and more like an estimate. This filesystem should have at least 2.3 gigabytes of free space on the i386 architecture. -.It Va BUILDNAME -The name of the release to be built. -This is used to set the -.Va RELEASE -value in -.Pa sys/conf/newvers.sh , -which affects the output of -.Xr uname 1 . .It Va CVSROOT The location of the .Fx @@ -200,13 +200,6 @@ This path name is referenced to the real system root, the root of the .Xr chroot 8 directory tree. -.It Va RELEASETAG -The CVS tag corresponding to the release that is to be built. -If undefined, the release will be built from the -.Dv HEAD -of the CVS tree -(a -.Dq "-CURRENT snapshot" ) . .El .Pp Optional variables: @@ -281,6 +274,13 @@ If this variable is defined for .Dq Li "make rerelease" , the source code will not be updated with .Dq Li "cvs update" . +.It Va RELEASETAG +The CVS tag corresponding to the release that is to be built. +If undefined, the release will be built from the +.Dv HEAD +of the CVS tree +(a +.Dq "-CURRENT snapshot" ) . .It Va TARGET_ARCH The target machine processor architecture. This is analogous to the -- cgit v1.1