[racket-dev] build: schemef.h -> schemex.h

From: Eli Barzilay (eli at barzilay.org)
Date: Sun Mar 10 20:14:31 EDT 2013

20 minutes ago, Jon Rafkind wrote:
> The ubuntu ppa build has been failing for a while, and I finally
> tracked it down to this issue: src/racket/src/schemef.h has a newer
> timestamp than src/racket/src/schemex.h on a fresh git checkout from
> github.

This shouldn't be right.  Git doesn't track modification times
(intentionally), so a fresh clone should have all of the dates be the
same.  If you update the tree (eg, if you checkout a different
branch), then files that were modified get a new date -- as usual.

-- 
          ((lambda (x) (x x)) (lambda (x) (x x)))          Eli Barzilay:
                    http://barzilay.org/                   Maze is Life!

Posted on the dev mailing list.