gcc_update: Dump timestamp in LAST_UPDATED.

* contrib/gcc_update: Dump timestamp in LAST_UPDATED.
        * .cvsignore: Add LAST_UPDATED.

From-SVN: r44413
This commit is contained in:
Richard Henderson 2001-07-26 23:00:45 -07:00 committed by Richard Henderson
parent a727094f58
commit 2a08c780d3
4 changed files with 13 additions and 1 deletions

View File

@ -29,4 +29,4 @@ dir.info
Makefile
lost+found
update.out
LAST_UPDATED

View File

@ -1,3 +1,7 @@
2001-07-27 Richard Henderson <rth@redhat.com>
* .cvsignore: Add LAST_UPDATED.
2001-07-23 Ulrich Weigand <uweigand@de.ibm.com>
* MAINTAINERS (Various maintainers: s390 port): Added myself.

View File

@ -1,3 +1,7 @@
2001-07-27 Richard Henderson <rth@redhat.com>
* gcc_update: Dump timestamp in LAST_UPDATED.
2001-07-26 Andreas Jaeger <aj@suse.de>,
Hans-Peter Nilsson <hp@bitrange.com>

View File

@ -214,4 +214,8 @@ if [ $? -ne 0 ]; then
exit 1
fi
{
date
TZ=UTC date
} > LAST_UPDATED
touch_files_reexec