Ohad Lutzky said:
> The right way to do this is:
> # make dep && make bzImage modules modules_install
>
> Did you make all of the other stuff first?

While making modules before modules_install is generally a good idea if
you want your modules installed, one can run "dep", "bzImage", "modules",
and "modules_install" on their own lines.  Your way isn't _the_ right way;
it's  _a_ correct way.

LFS recommends doing it this way - there was a reason, but I can't recall
it off the top of my head, and can't find it on their page
(http://www.us2.linuxfromscratch.org/view/4.1/chapter08/kernel.html).  The
implications of this is that one can build and rebuild modules without
actually rebuilding the kernel bzImage itself - a handy thing to know.

--
[EMAIL PROTECTED] mailing list

Reply via email to