Re: [kbuild-devel] Converting the 2.5 kernel to kbuild 2.5

Eric S. Raymond (esr@thyrsus.com)
Tue, 4 Dec 2001 12:44:41 -0500


Wayne.Brown@altec.com <Wayne.Brown@altec.com>:
> It's not the CML1 language spec that interests me, just the user
> interface. All I care about is being able to do make menuconfig and
> make oldconfig, and get the same results as before. What goes on
> "under the surface" doesn't interest me at all.
>
> In fact, here's all I want to know about the whole CML2/kbuild 2.5
> issue. Right now I upgrade my kernel like this (simplified
> slightly):
>
> <apply latest patches>
> mv .config ..
> make mrproper
> mv ../.config .
> make oldconfig
> make dep
> make bzlilo modules modules_install
> <reboot>
>
> Will I still be able to do it this simply in 2.5.x? (Assuming there's
> eventually a 2.5.x I can get to compile cleanly. :-)

Yes.

-- 
		<a href="http://www.tuxedo.org/~esr/">Eric S. Raymond</a>

Never trust a man who praises compassion while pointing a gun at you. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/