Subject: Re: Build race conditions, any solution?
To: Robert Elz <kre@munnari.OZ.AU>
From: Richard Earnshaw <rearnsha@arm.com>
List: current-users
Date: 03/12/2002 13:40:26
kre@munnari.OZ.AU said:
> The problem is that when I do my "update my sources" the mod time of
> the include file that was updated earlier, gets set to the time the
> include file was modified.

This is incorrect, at least for the default options to CVS.  CVS will only 
set the date to the last modification time during an initial checkout.  On 
an update it should set the time to the current time.

Check your .cvsrc.

R.