--

On Fri, 13 Aug 1999 20:51:57   Mark Hahn wrote:
>> Looks like I stumbled on a kernel Makefile bug.
>> When you rebuild the kernel, the symbol entries
>> in include/linux/modversions/*.ver do not get
>> updated automatically.
>
>by rebuild, do you mean just "make", 
>or something like "make clean dep bzImage"?
>
>

Today I downloaded 2.2.11 & ran: 

make xconfig 
  - enabled "set version information on all symbols
    and modules" option. didn't change anything else
    (smp enabled by default)
make dep
make clean
make bzImage

built fine.

ran:
make xconfig
  - disabled smp support option. didn't change
    anything else
make dep
make clean
make bzImage

build failed.

It appears that the include/linux/modules
directory is not being cleaned at all so
mangled versions of smp & up kernel symbols
are clashing. ( same problem in 2.2.5 as well).

Things work if I manually clean the modules
directory between smp/up builds.

cheers
Gokhan Sozmen


HotBot - Search smarter.
http://www.hotbot.com
-
Linux SMP list: FIRST see FAQ at http://www.irisa.fr/prive/mentre/smp-faq/
To Unsubscribe: send "unsubscribe linux-smp" to [EMAIL PROTECTED]

Reply via email to