make: warning: Clock skew detected. Your build may be incomplete. make: warning: Clock skew detected. Your build may be incomplete.
Gavin Jackson wrote: The make warning is caused by make finding that the object files are newer than the source files it is trying to build them from. You'll need to clean out the object files from the source tree with > make mrproper But be warned, make a copy of your .config file before you do this, otherwise you'll lose it. Good luck Gavin -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
