> Date: Thu, 5 Jun 2008 09:45:30 -0700 (PDT) > From: EricDeb <[EMAIL PROTECTED]> > Cc: > > I then did a "ls --full-time" on three different files: 1. the .o file from > "the future", 2. the text file, 3. the library file from the archiver. In > this case, all of the timestamps are identical down to the second (anything > after the decimal point in seconds is 0 for all files). > > So, I am confused about what GNU Make is really complaining about.
Maybe the problem is the system clock wrt the files' time stamps? After all, "File `foo.o' has modification time 0.43 s in the future" means its time stamp is ahead of the current system time. _______________________________________________ Help-make mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-make
