Document PREFETCHDISTFILES.

This commit is contained in:
John Baldwin 2002-07-27 20:04:48 +00:00
parent ee6b01b97b
commit 15cee06db7
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=100767

View File

@ -203,7 +203,7 @@ directory tree.
.El .El
.Pp .Pp
Optional variables: Optional variables:
.Bl -tag -width ".Va RELEASEDISTFILES" .Bl -tag -width ".Va PREFETCHDISTFILES"
.It Va CVSCMDARGS .It Va CVSCMDARGS
Additional arguments for Additional arguments for
.Xr cvs 1 .Xr cvs 1
@ -273,6 +273,14 @@ to run
from from
.Pa ${CHROOTDIR}/usr/ports , .Pa ${CHROOTDIR}/usr/ports ,
which can be a very time consuming operation. which can be a very time consuming operation.
.It Va PREFETCHDISTFILES
If this variable is defined,
then distfiles needed during the release build will be downloaded prior to
entering the
.Xr chroot 8
environment.
Note that this is done after any distfiles are obtained via
.Va RELEASEDISTFILES .
.It Va RELEASEDISTFILES .It Va RELEASEDISTFILES
The directory where the distribution files for ports required by the The directory where the distribution files for ports required by the
release build can be found. release build can be found.