Re: your mail

Jakub Jelinek (jj@sunsite.ms.mff.cuni.cz)
Thu, 4 Feb 1999 14:29:27 +0100 (CET)


>
> Hi.
>
> I have a question: why when i compile kernel (2.2.1) with SMP on and
> then remove SMP from .config i can't compile kernel again ? i'm getting
> strange errors about SMP.
> I tried, make clean, it doesn't work. I had to replace all kernel sources.
> Is there a trick somewhere in kernel files ?

This is a bug in the kernel Makefiles.
Quick trick for you might be after make config
rm -f include/linux/modules/*
make dep

the right solution is to fix kernel Makefiles. Search for a patch I've
posted to l-k recently, which solves this.

Cheers,
Jakub
___________________________________________________________________
Jakub Jelinek | jj@sunsite.mff.cuni.cz | http://sunsite.mff.cuni.cz
Administrator of SunSITE Czech Republic, MFF, Charles University
___________________________________________________________________
UltraLinux | http://ultra.linux.cz/ | http://ultra.penguin.cz/
Linux version 2.2.1 on a sparc64 machine (3958.37 BogoMips)
___________________________________________________________________

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