On Mon, 2010-08-09 at 14:46 -0600, Bob Proulx wrote:
> This sounds like the X part of the X-Y problem.  Why will the
> timestamp of the file be changing back and forth?
> 
> Is this because you have two competing builds running in the same
> directory with one doing it one way and the other doing it another
> way?

Another likely candidate is source code control tools.  Some tools
(ClearCase is the obvious one) will do this when you change what version
of code you are looking at in your view.

That's one primary reason why ClearCase comes with its own build tool
(clearmake), precisely to manage this situation.  Clearmake has a GNU
make emulation mode, although last time I checked (3-4 years ago) it was
missing significant GNU make features still.

-- 
-------------------------------------------------------------------------------
 Paul D. Smith <[email protected]>          Find some GNU make tips at:
 http://www.gnu.org                      http://make.mad-scientist.net
 "Please remain calm...I may be mad, but I am a professional." --Mad Scientist


_______________________________________________
Help-make mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-make

Reply via email to