> From: Chris Hanson <[email protected]>
> Date: Fri, 19 Jun 2009 23:23:10 -0700
> 
> Hmm... I am not sure why this is happening.  My tree seems to be OK at
> this point.

git-diff (in my fresh clone) says:

    diff --git a/dist/Makefile b/dist/Makefile
    index 4a219f0..64a2f1f 100644
    --- a/dist/Makefile
    +++ b/dist/Makefile
    @@ -1,4 +1,4 @@
    -# $Id: Makefile,v 1.1 2001/02/24 02:55:18 cph Exp $
    +# $Id$
     #
     # Copyright (c) 2001 Massachusetts Institute of Technology
     #

The first line of that working file is actually

    # $Id: Makefile,v 1.1...

not the

    # $Id$

shown in the diff.

Yet your tree seems OK.  Checksum caching?  Did you try a fresh clone?


_______________________________________________
MIT-Scheme-devel mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/mit-scheme-devel

Reply via email to