Le Saturday 21 March 2009 01:16:58 Joseph S. Myers, vous avez écrit : > On Sat, 21 Mar 2009, Olivier Antheaume wrote: > > I've just downloaded the "trunk" version. > > But time-stamp of files correspond to the actual time, not the time they > > where generated. > > Yes, you need to run "touch `find . -name configure`" after checking out; > this is a limitation of SVN, it does not preserve timestamp ordering on > checkout. > > Since libc/sysdeps/unix/sysv/linux/configure does not contain the text you > quoted, you clearly have modified sources after a regeneration probably > resulting from inappropriately ordered timestamps. Try reverting them, > then touching the configure scripts to stop them from being regenerated. Thanks. I've ran "touch `find . -name configure`" in the source directory. |