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:
parent
a727094f58
commit
2a08c780d3
@ -29,4 +29,4 @@ dir.info
|
||||
Makefile
|
||||
lost+found
|
||||
update.out
|
||||
|
||||
LAST_UPDATED
|
||||
|
@ -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.
|
||||
|
@ -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>
|
||||
|
||||
|
@ -214,4 +214,8 @@ if [ $? -ne 0 ]; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
{
|
||||
date
|
||||
TZ=UTC date
|
||||
} > LAST_UPDATED
|
||||
touch_files_reexec
|
||||
|
Loading…
Reference in New Issue
Block a user