Skip to content
Snippets Groups Projects
Commit 8741eff3 authored by rth's avatar rth
Browse files

* contrib/gcc_update: Dump timestamp in LAST_UPDATED.

        * .cvsignore: Add LAST_UPDATED.


git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44413 138bc75d-0d04-0410-961f-82ee72b054a4
parent 87af5058
No related merge requests found
......@@ -29,4 +29,4 @@ dir.info
Makefile
lost+found
update.out
LAST_UPDATED
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.
......
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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment