Re: SMP doc problem

Keith Owens (kaos@ocs.com.au)
Wed, 15 May 2002 09:03:38 +1000


On Tue, 14 May 2002 19:05:22 +0200,
Pol <blenderman@wanadoo.be> wrote:
>I think the file smp.txt in the kernel doc is bit outdated.
>I don't find the MAKE=make in the makefile.

If you are running make < 3.78, you type
make MAKE="make -j4" bzImage modules
If you are running make >= 3.78, you type
make -j4 bzImage modules
make 3.78 added a job scheduler that automatically shares out the -j
value across sub directory builds.

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