Re: symbols and versioning...

From: Keith Owens (kaos@ocs.com.au)
Date: Wed Jan 19 2000 - 18:12:40 EST


On Wed, 19 Jan 2000 09:13:03 -0800,
"Raj, Ashok" <ashok.raj@intel.com> wrote:
>when i build using
>make bzImage after a make clean. i dont see the version symbols from
>/usr/src/linux/include/linux/modules/*.ver getting re-generated.

The Makefiles do not regenerate kernel symbols correctly and IMHO the
code is beyond repair, i.e. the Makefile rules need a complete rewrite.
At the moment the only way to ensure that genksyms is run correctly is

mv .config ..
make mrproper
mv ../.config .
make oldconfig
make dep clean && make -j2 bzImage modules

-j2 assumes you have a dual cpu, remove -j2 for uniprocessor.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Sun Jan 23 2000 - 21:00:21 EST