EDIT: Resolved, date time wasnt set.
Im trying to patch and compile 2.6.29.4 but it keeps looping around in circles, am i doing something wrong?
Code:
wget http://kernel.org/pub/linux/kernel/projects/rt/patch-2.6.29.4-rt19.gz
wget http://kernel.org/pub/linux/kernel/v2.6/linux-2.6.29.4.tar.gz
tar zxf linux-2.6.29.4.tar.gz
cd linux-2.6.29.4
zcat ../patch-2.6.29.4-rt19.gz | patch -p1
cp -vi /boot/config-`uname -r` .config
make menuconfig
*changed some options here and there then saved and exit*
make && make install modules_install
Loops with the following:
scripts/kconfig/conf -s arch/x86/Kconfig
make[2]: warning: Clock skew detected. Your build may be incomplete.
make: Warning: File `/usr/src/linux-2.6.29.4/arch/x86/Makefile_32.cpu' has modification time 4.3e+07 s in the future
make[2]: Warning: File `scripts/Makefile.host' has modification time 4.3e+07 s in the future
HOSTCC scripts/basic/fixdep
HOSTCC scripts/basic/docproc
HOSTCC scripts/basic/hash
make[2]: warning: Clock skew detected. Your build may be incomplete.
make[2]: Warning: File `scripts/Makefile.host' has modification time 4.3e+07 s in the future
HOSTCC scripts/kconfig/conf.o
HOSTCC scripts/kconfig/kxgettext.o
SHIPPED scripts/kconfig/zconf.tab.c
SHIPPED scripts/kconfig/lex.zconf.c
SHIPPED scripts/kconfig/zconf.hash.c
HOSTCC scripts/kconfig/zconf.tab.o
HOSTLD scripts/kconfig/conf
scripts/kconfig/conf -s arch/x86/Kconfig
make[2]: warning: Clock skew detected. Your build may be incomplete.
make: Warning: File `/usr/src/linux-2.6.29.4/arch/x86/Makefile_32.cpu' has modification time 4.3e+07 s in the future
make[2]: Warning: File `scripts/Makefile.host' has modification time 4.3e+07 s in the future
HOSTCC scripts/basic/fixdep
HOSTCC scripts/basic/docproc
HOSTCC scripts/basic/hash
make[2]: warning: Clock skew detected. Your build may be incomplete.
make[2]: Warning: File `scripts/Makefile.host' has modification time 4.3e+07 s in the future
HOSTCC scripts/kconfig/conf.o
HOSTCC scripts/kconfig/kxgettext.o
SHIPPED scripts/kconfig/zconf.tab.c
SHIPPED scripts/kconfig/lex.zconf.c
SHIPPED scripts/kconfig/zconf.hash.c
HOSTCC scripts/kconfig/zconf.tab.o
HOSTLD scripts/kconfig/conf
scripts/kconfig/conf -s arch/x86/Kconfig
make[2]: warning: Clock skew detected. Your build may be incomplete.
make: Warning: File `/usr/src/linux-2.6.29.4/arch/x86/Makefile_32.cpu' has modification time 4.3e+07 s in the future
make[2]: Warning: File `scripts/Makefile.host' has modification time 4.3e+07 s in the future
HOSTCC scripts/basic/fixdep
HOSTCC scripts/basic/docproc
HOSTCC scripts/basic/hash
make[2]: warning: Clock skew detected. Your build may be incomplete.
make[2]: Warning: File `scripts/Makefile.host' has modification time 4.3e+07 s in the future
HOSTCC scripts/kconfig/conf.o
HOSTCC scripts/kconfig/kxgettext.o
SHIPPED scripts/kconfig/zconf.tab.c
SHIPPED scripts/kconfig/lex.zconf.c
SHIPPED scripts/kconfig/zconf.hash.c
HOSTCC scripts/kconfig/zconf.tab.o
HOSTLD scripts/kconfig/conf
scripts/kconfig/conf -s arch/x86/Kconfig
make[2]: warning: Clock skew detected. Your build may be incomplete.
make: Warning: File `/usr/src/linux-2.6.29.4/arch/x86/Makefile_32.cpu' has modification time 4.3e+07 s in the future