help-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Question about GNU make


From: Dan Kegel
Subject: Re: Question about GNU make
Date: Fri, 17 May 2013 17:07:38 -0700

I think it already does.  See e.g.
http://stackoverflow.com/questions/11891409/how-does-gnu-make-handle-the-dependencies


On Fri, May 17, 2013 at 12:45 PM, kk mnmaps <address@hidden> wrote:
> Hi,
>
> I have a question about GNU make performance.
>
> If I have 10 C files, each of including the same 100 .H files. By default
> GNU make will stat() these 100 .H files (to check the timestamp)  for each
> of the 10 files. Is there any way to make gmake to cache the last changed
> fime of these .H files so that it does not have to stat() is again?
>
>
> Thanks
> Krishna
> _______________________________________________
> Help-make mailing list
> address@hidden
> https://lists.gnu.org/mailman/listinfo/help-make



reply via email to

[Prev in Thread] Current Thread [Next in Thread]