On Sun, Jan 16, 2000 at 11:00:35AM -0000, Edwin Rhodes wrote:
when compiling my linux kernel i keep on recieving
this message:
Warning: Clock Skew Detected Build May Be Incomplete
It seams to compile ok.
What does this error message mean?? and how can i fix it.
This warning is issued be make. It means, that the modification and
access times of some files don't make much sense. Can be caused by
invalid system time.
Example:
~> touch -d"1 Jan 2001" 1; echo 1: | make -f -
make: *** Warning: File `1' has modification time in the future
(2001-01-01 00:00:00 > 2000-07-17 03:48:02)
make: Nothing to be done for `1'.
make: *** Warning: Clock skew detected. Your build may be
incomplete.
Regards,
Jens.
-
To unsubscribe: send mail to majordomo(a)freiburg.linux.de
with 'unsubscribe openbios' in the body of the message