diff options
author | Richard Henderson <rth@redhat.com> | 2001-07-26 23:00:45 -0700 |
---|---|---|
committer | Richard Henderson <rth@gcc.gnu.org> | 2001-07-26 23:00:45 -0700 |
commit | 2a08c780d3ea999803b0354c3b60e43e4a5a635e (patch) | |
tree | 0dd6f1e105d17ae9d236688a16b4f4e0cce9deac /contrib/gcc_update | |
parent | a727094f584fab3443d64aa8f27b8a7db0d75032 (diff) | |
download | gcc-2a08c780d3ea999803b0354c3b60e43e4a5a635e.zip gcc-2a08c780d3ea999803b0354c3b60e43e4a5a635e.tar.gz gcc-2a08c780d3ea999803b0354c3b60e43e4a5a635e.tar.bz2 |
gcc_update: Dump timestamp in LAST_UPDATED.
* contrib/gcc_update: Dump timestamp in LAST_UPDATED.
* .cvsignore: Add LAST_UPDATED.
From-SVN: r44413
Diffstat (limited to 'contrib/gcc_update')
-rwxr-xr-x | contrib/gcc_update | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/contrib/gcc_update b/contrib/gcc_update index 575418d..5eda6fe 100755 --- a/contrib/gcc_update +++ b/contrib/gcc_update @@ -214,4 +214,8 @@ if [ $? -ne 0 ]; then exit 1 fi +{ + date + TZ=UTC date +} > LAST_UPDATED touch_files_reexec |