This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

stamp time of last update


On Thu, Jul 26, 2001 at 10:30:47AM -0700, Richard Henderson wrote:
> That's strange.  I got a decent run on my athlon last night.
> 
> My top-of-changelog is ...

Any thoughts on something like the following?  Seems like
it would help somewhat in figuring out after the fact if
two trees have relatively the same stuff in them.


r~



Index: contrib/gcc_update
===================================================================
RCS file: /cvs/gcc/gcc/contrib/gcc_update,v
retrieving revision 1.29
diff -u -p -r1.29 gcc_update
--- gcc_update	2001/07/02 18:31:56	1.29
+++ gcc_update	2001/07/26 17:36:29
@@ -214,4 +214,5 @@ if [ $? -ne 0 ]; then
     exit 1
 fi
 
+TZ=UTC date > UPDATETIME
 touch_files_reexec
Index: .cvsignore
===================================================================
RCS file: /cvs/gcc/gcc/.cvsignore,v
retrieving revision 1.4
diff -u -p -r1.4 .cvsignore
--- .cvsignore	2000/07/22 08:08:20	1.4
+++ .cvsignore	2001/07/26 17:36:29
@@ -29,4 +29,4 @@ dir.info
 Makefile
 lost+found
 update.out
-
+UPDATETIME


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]