make mrproper make dep make modules make modules_install
Col.
Derek Smithies wrote:
Hi, edit /usr/src/linux-kernel_version/Makefile.
line 4, EXTRAVERSION should not have the word custom.
Oh, and DO not do any kernel build instructions - make modules ,dep etc.
--oopes not quite, you might need to do a make mrproper in the kernel source.
Derek. ================================
On Wed, 17 Sep 2003, Tim Wright wrote:
On Wed, 2003-09-17 at 12:28, Col wrote:
I don't want to mess with my main machine too much and thought I could just do a
"make modules" and a "make modules_install" but it adds "custom" on the kernel version
for the module.
Is there a way around this?
There's a file in the kernel source directory that contains the version number. Try using 'find' and 'grep' to find it and change it :)
