aboutsummaryrefslogtreecommitdiff
path: root/maintainer-scripts
diff options
context:
space:
mode:
authorKelley R. Cook <kelly.r.cook@gm.com>2002-04-19 17:23:36 +0000
committerMark Mitchell <mmitchel@gcc.gnu.org>2002-04-19 17:23:36 +0000
commit1f1760d33ca52f7f9a581bb5420ad36345484c32 (patch)
tree917e6760b74f01acb03d17eded103aa1a1e620ef /maintainer-scripts
parent62a12b279567a085d7245af674b42bbe88a9f6e9 (diff)
* gcc_release: Set TZ to UTC0.
From-SVN: r52529
Diffstat (limited to 'maintainer-scripts')
-rw-r--r--maintainer-scripts/ChangeLog4
-rwxr-xr-xmaintainer-scripts/gcc_release4
2 files changed, 8 insertions, 0 deletions
diff --git a/maintainer-scripts/ChangeLog b/maintainer-scripts/ChangeLog
index 2d1299b985b..a40af48b5da 100644
--- a/maintainer-scripts/ChangeLog
+++ b/maintainer-scripts/ChangeLog
@@ -1,3 +1,7 @@
+2002-04-19 Kelley R. Cook (kelly.r.cook@gm.com)
+
+ * gcc_release: Set TZ to UTC0.
+
2002-04-15 Mark Mitchell <mark@codesourcery.com>
* gcc_release (build_tarfiles): Do not build Chill tarfiles.
diff --git a/maintainer-scripts/gcc_release b/maintainer-scripts/gcc_release
index 67bc794ec63..fbda5500d2f 100755
--- a/maintainer-scripts/gcc_release
+++ b/maintainer-scripts/gcc_release
@@ -557,6 +557,10 @@ export CVSROOT
# Main Program
########################################################################
+# Set the timezone to UTC
+TZ="UTC0"
+export TZ
+
# Handle the major modes.
while [ $# -ne 0 ]; do
case $1 in