s/GMT/UTC/
This commit is contained in:
parent
47850d0ae7
commit
3ce6706cff
@ -76,7 +76,7 @@ using the
|
||||
option, when checking out sources.
|
||||
As a special case, the value
|
||||
.Dq today
|
||||
corresponds to midnight GMT the day the run starts.
|
||||
corresponds to midnight UTC the day the run starts.
|
||||
The default is to use the top of whichever branch was specified.
|
||||
.It Fl j Ar NUM , Fl -jobs Ns = Ns Ar NUM
|
||||
The maximum number of paralell jobs, as specified to
|
||||
@ -218,7 +218,7 @@ The following variables are set for all builds:
|
||||
.It PATH
|
||||
.Va /usr/bin:/usr/sbin:/bin:/sbin
|
||||
.It TZ
|
||||
.Va GMT
|
||||
.Va UTC
|
||||
.It __MAKE_CONF
|
||||
.Va /dev/null
|
||||
.It CFLAGS
|
||||
|
@ -269,7 +269,7 @@ Report bugs to <des\@freebsd.org>.
|
||||
MAIN:{
|
||||
# Clear environment and set timezone
|
||||
%ENV = (
|
||||
'TZ' => "GMT",
|
||||
'TZ' => "UTC",
|
||||
'PATH' => "/usr/bin:/usr/sbin:/bin:/sbin",
|
||||
);
|
||||
tzset();
|
||||
@ -434,7 +434,7 @@ MAIN:{
|
||||
|
||||
# Prepare environment for make(1);
|
||||
%ENV = (
|
||||
'TZ' => "GMT",
|
||||
'TZ' => "UTC",
|
||||
'PATH' => "/usr/bin:/usr/sbin:/bin:/sbin",
|
||||
|
||||
'__MAKE_CONF' => "/dev/null",
|
||||
|
Loading…
Reference in New Issue
Block a user