If I do
% make mrproper
% cp ../config .config
% make oldconfig
% make dep
sometimes modversions.h includes i386_ksyms.ver and sometimes not.
I am building on a 2.4.0-test3 system running on a dual 866MHz
PIII Xeon.
If I do
% make dep MAKE='sleep 1; make'
it seems to work more reliably, but is quite a bit slower. Make is
version 3.78.
The whole way that modversions.h is updated in Rules.make is kind of
bogus. I would think it would be better to generate all the .ver files
and then at the very end build modversions.h from them.
I'll work on a patch unless someone has a better idea. Doesn't anyone
else run into this?
--Lee Hetherington
-
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/