%% Colin P McMillen <[EMAIL PROTECTED]> writes:
cpm> I've been getting consistent "Warning: file 'foo' has modification
cpm> time in the future" warnings from make 3.79.1.
cpm> A summary of my situation: we're using make 3.79.1 on Debian
cpm> GNU/Linux and compiling over NFS. The files make reads are
cpm> reported as being modified ~3 sec. in the future.
cpm> I'm assuming the real problem is simply due to clock skew between
cpm> our compilation machines and the NFS server;
Yes.
cpm> I don't know if there is supposed to be a fix for this problem or
cpm> not.
Sure: fix the system clock on your server :).
Best is to run NTP on all your systems. If you can't do that, using
rdate in a cron job on your NFS server will usually suffice.
cpm> In searching for a solution to the problem, I came across a message[1]
cpm> that suggested upgrading to make 3.79.1, but since we are using make
cpm> 3.79.1, I thought maybe I should send a bug report.
There _were_, in older versions of make, some situations where it would
erroneously report this. But in the situation you describe above, where
your filesystem really is ahead of your local system, the message is
correct.
--
-------------------------------------------------------------------------------
Paul D. Smith <[EMAIL PROTECTED]> Find some GNU make tips at:
http://www.gnu.org http://www.paulandlesley.org/gmake/
"Please remain calm...I may be mad, but I am a professional." --Mad Scientist
_______________________________________________
Bug-make mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-make