> $ cp -r benh_kernel_20030630/ benh_kernel_test > $ cd benh_kernel_test/ > $ rm ./include/linux/version.h > $ rsync -avz rsync.penguinppc.org::linux-2.4-benh /usr/src/benh_kerrnel_test/ > $ cat ./include/linux/version.h > #define UTS_RELEASE "2.4.21-ben1" > #define LINUX_VERSION_CODE 132117 > #define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))
Yes, I could have done a make distclean before posting, sure, but that's not a problem. As long as you properly do make oldconfig, make dep etc... it should be fine Ben.