Document the fact that tinderbox(1) accepts environment variables on the

command line.  Also sort the xrefs correctly.
This commit is contained in:
Dag-Erling Smørgrav 2003-05-16 13:58:20 +00:00
parent f0bd8792bb
commit 16b7723c4f

View File

@ -187,6 +187,15 @@ Note that this is a lengthy process which requires root privileges.
.Pp .Pp
The commands are executed in the order in which they are listed above, The commands are executed in the order in which they are listed above,
regardless of the order in which they are listed on the command line. regardless of the order in which they are listed on the command line.
.Pp
Finally, any arguments of the form
.Ar variable Ns = Ns Ar value
are interpreted as environment variables which are exported into the
build environment.
These variables are not allowed to override those set by the script
itself (see
.Sx ENVIRONMENT
below).
.Sh NOTES .Sh NOTES
The The
.Nm .Nm
@ -275,12 +284,12 @@ if a patch was specified.
.Va YES .Va YES
.El .El
.Sh SEE ALSO .Sh SEE ALSO
.Xr build 7 ,
.Xr cvs 1 , .Xr cvs 1 ,
.Xr make 1 , .Xr make 1 ,
.Xr patch 1 , .Xr patch 1 ,
.Xr release 7 , .Xr tbmaster 1 ,
.Xr tbmaster 1 .Xr build 7 ,
.Xr release 7
.Sh AUTHORS .Sh AUTHORS
.Nm .Nm
was written by was written by