Andrew Benton wrote: > On 08/02/10 16:16, Aditya Bankar wrote: >> If I run menuconfig to recompile, should I first clean& distclean? >> Or is it ok to just run make again after an update to the .config >> file? >> > Before I recompile the kernel I always run make mrproper
That is the standard response, but if no code is being changed, I often omit that. It makes the 2nd build a lot faster. YMMV. -- Bruce -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
