mirror of git://gcc.gnu.org/git/gcc.git
parent
17cdf08234
commit
fad257c316
|
|
@ -1,3 +1,7 @@
|
||||||
|
2006-09-17 Gerald Pfeifer <gerald@pfeifer.com>
|
||||||
|
|
||||||
|
* gcc_release (LC_ALL): Default to C.
|
||||||
|
|
||||||
2006-03-11 Gabriel Dos Reis <gdr@integrable-solutions.net>
|
2006-03-11 Gabriel Dos Reis <gdr@integrable-solutions.net>
|
||||||
|
|
||||||
* crontab: Don't build snapshot for 3.4.x anymore.
|
* crontab: Don't build snapshot for 3.4.x anymore.
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,7 @@
|
||||||
# Contents:
|
# Contents:
|
||||||
# Script to create a GCC release.
|
# Script to create a GCC release.
|
||||||
#
|
#
|
||||||
# Copyright (c) 2001, 2002 Free Software Foundation.
|
# Copyright (c) 2001, 2002, 2006 Free Software Foundation.
|
||||||
#
|
#
|
||||||
# This file is part of GCC.
|
# This file is part of GCC.
|
||||||
#
|
#
|
||||||
|
|
@ -518,6 +518,9 @@ Last modified "${TEXT_DATE}"
|
||||||
# Initialization
|
# Initialization
|
||||||
########################################################################
|
########################################################################
|
||||||
|
|
||||||
|
LC_ALL=C
|
||||||
|
export LC_ALL
|
||||||
|
|
||||||
# Today's date.
|
# Today's date.
|
||||||
DATE=`date "+%Y%m%d"`
|
DATE=`date "+%Y%m%d"`
|
||||||
LONG_DATE=`date "+%Y-%m-%d"`
|
LONG_DATE=`date "+%Y-%m-%d"`
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue