diff options
author | des <des@FreeBSD.org> | 2003-05-16 13:58:20 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 2003-05-16 13:58:20 +0000 |
commit | 82db649c34907d8c899bba9ef41e8e8f5b5f7338 (patch) | |
tree | b74206c42f34e0aa9301ae6fc52b39c4131929e7 /tools | |
parent | 182cb0e07932dfd6536e93662a04df6496b9baa9 (diff) | |
download | FreeBSD-src-82db649c34907d8c899bba9ef41e8e8f5b5f7338.zip FreeBSD-src-82db649c34907d8c899bba9ef41e8e8f5b5f7338.tar.gz |
Document the fact that tinderbox(1) accepts environment variables on the
command line. Also sort the xrefs correctly.
Diffstat (limited to 'tools')
-rw-r--r-- | tools/tools/tinderbox/tinderbox.1 | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/tools/tools/tinderbox/tinderbox.1 b/tools/tools/tinderbox/tinderbox.1 index b2abe40..bb57ce2 100644 --- a/tools/tools/tinderbox/tinderbox.1 +++ b/tools/tools/tinderbox/tinderbox.1 @@ -187,6 +187,15 @@ Note that this is a lengthy process which requires root privileges. .Pp 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. +.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 The .Nm @@ -275,12 +284,12 @@ if a patch was specified. .Va YES .El .Sh SEE ALSO -.Xr build 7 , .Xr cvs 1 , .Xr make 1 , .Xr patch 1 , -.Xr release 7 , -.Xr tbmaster 1 +.Xr tbmaster 1 , +.Xr build 7 , +.Xr release 7 .Sh AUTHORS .Nm was written by |