Re: [BUG][2.5.60/61] - Making modules problem

Kai Germaschewski (kai@tp1.ruhr-uni-bochum.de)
Mon, 17 Feb 2003 13:45:35 -0600 (CST)


On Mon, 17 Feb 2003, Shawn Starr wrote:

> Well, if I take a vanilla kernel, extract it, copy my old .config over, make
> oldconfig, select anything new, make modules, it used to skim though sources
> and compile the modules selected. Now, it builds bzImage (or whatever
> vmlinux) and THEN builds the modules last.

It really builds the modules at the same time (as module.o),
then vmlinux, then the final modules (module.ko)

> If I have a built vmlinux, before I do make modules, it will just compile the
> modules as it would normally do.

Okay, that's expected, with

> CONFIG_MODVERSIONS=y

So not a bug. Thanks for the details.

--Kai

-
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/