* SMP doc problem @ 2002-05-14 17:05 Pol 2002-05-14 17:09 ` Robert Love 2002-05-14 23:03 ` Keith Owens 0 siblings, 2 replies; 4+ messages in thread From: Pol @ 2002-05-14 17:05 UTC (permalink / raw) To: linux-kernel -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Yop all, I think the file smp.txt in the kernel doc is bit outdated. I don't find the MAKE=make in the makefile. Thanks - -- - -pol- -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: For info see http://www.gnupg.org iD8DBQE84UPSEIL3A0sGDSERAg9XAJ47n3UDFceMzrl5QnPxeeqaOC0NsACZAarD ONKRL146B687V/Qdggz9J/0= =nt7s -----END PGP SIGNATURE----- ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: SMP doc problem 2002-05-14 17:05 SMP doc problem Pol @ 2002-05-14 17:09 ` Robert Love 2002-05-15 10:08 ` David Woodhouse 2002-05-14 23:03 ` Keith Owens 1 sibling, 1 reply; 4+ messages in thread From: Robert Love @ 2002-05-14 17:09 UTC (permalink / raw) To: blenderman; +Cc: linux-kernel On Tue, 2002-05-14 at 10:05, Pol wrote: > I think the file smp.txt in the kernel doc is bit outdated. > I don't find the MAKE=make in the makefile. Just add it. Or do `MAKE="make -jN" make whatever" Robert Love ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: SMP doc problem 2002-05-14 17:09 ` Robert Love @ 2002-05-15 10:08 ` David Woodhouse 0 siblings, 0 replies; 4+ messages in thread From: David Woodhouse @ 2002-05-15 10:08 UTC (permalink / raw) To: Robert Love; +Cc: blenderman, linux-kernel rml@tech9.net said: > Just add it. Or do `MAKE="make -jN" make whatever" Just using 'make -j3' when building the kernel should suffice, with recent versions of make. -- dwmw2 ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: SMP doc problem 2002-05-14 17:05 SMP doc problem Pol 2002-05-14 17:09 ` Robert Love @ 2002-05-14 23:03 ` Keith Owens 1 sibling, 0 replies; 4+ messages in thread From: Keith Owens @ 2002-05-14 23:03 UTC (permalink / raw) To: blenderman; +Cc: linux-kernel 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. ^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2002-05-15 10:08 UTC | newest] Thread overview: 4+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2002-05-14 17:05 SMP doc problem Pol 2002-05-14 17:09 ` Robert Love 2002-05-15 10:08 ` David Woodhouse 2002-05-14 23:03 ` Keith Owens
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox