symbols and versioning...
Keith Owens
kaos en ocs.com.au
Jue Ene 20 03:07:46 CST 2000
On Wed, 19 Jan 2000 09:13:03 -0800,
"Raj, Ashok" <ashok.raj en 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 en vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/
Más información sobre la lista de distribución Ayuda