Kernel compilation problem.........

2009-12-21 Thread bajrangi pandey
Hi , suppose i am making changes in kernel file fs.h Is it necessary to perform all three steps 1 make 2 make modules_install 3 make install to rebuilt the kernel (compiling same kernel version source code 2nd time)? can i skip step make modules_install I am new to

Re: Kernel compilation problem.........

2009-12-21 Thread Manish Katiyar
On Mon, Dec 21, 2009 at 11:07 PM, Mulyadi Santosa mulyadi.sant...@gmail.com wrote: Hi... On Tue, Dec 22, 2009 at 12:10 AM, bajrangi pandey bajrangi12pan...@gmail.com wrote: Hi , suppose i am making changes in kernel file fs.h Is it necessary to perform all three steps 1 make I think you

Re: Kernel compilation problem.........

2009-12-21 Thread Rune V . Sjøen
You can also use something like ccache to significantly speed up repeated compilations. But I also believe you can do simply 'make fs' as suggested. -- Regards, Rune V. Sjøen You always pass failure on the way to success On Mon, Dec 21, 2009 at 6:46 PM, Manish Katiyar mkati...@gmail.com wrote: