On Tue, 2010-08-24 at 13:32 -0400, Aleksey Yakovlev wrote:
> What is the file timestamps comparison code, used by the make? (in C/C
> ++ I guess)
> Is there any way to redefine it?
> 
> Thanks
> Alex

It's in C.
Download the latest release's source code from
ftp://ftp.gnu.org/gnu/make/
or grab the development code from CVS:
http://savannah.gnu.org/cvs/?group=make

If I'm not mistaken, the timestamp is read in file.c, and compared in
remake.c, but I'm not certain; I'm not very familiar with the code base.

~ LukeShu


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

Reply via email to