[Mono-devel-list] building from CVS
Gonzalo Paniagua Javier
gonzalo at ximian.com
Tue Apr 27 04:58:05 EDT 2004
El mié, 28-04-2004 a las 03:40, Eto escribió:
> I've got a question for you all..
>
> Whenever I get the latest from CVS I cannot build it right away, as some of
> the files have a timestamp in the future (I am in the pacific time zone).
> When this is the case, the makefiles usually puke and go into infinite loops.
> The only way around this that I found was :
>
> A) set my clock one day ahead to get everything to compile (kind of a pain)
> or
> B) wait a day until the date of the files I have retrieved are no longer in
> the future.
>
> Is there any way around this? or perhaps making the make files handle files
> with dates in the future?
Do this:
1) touch /tmp/timereference
2) find /home/youruser/mono/mcs -xtype f -newer
/tmp/timereference -exec touch -r /tmp/timereference {} \;
-Gonzalo
More information about the Mono-devel-list
mailing list