On Thu, Oct 09, 2003 at 11:33:39AM -0400, Burton Windle wrote:
> Hello. It seems that if you build your kernel with simply 'make -j 2'
> instead of 'make -j 2 bzImage', the make system only uses one process
> instead of the number specified (I only see one cpp process, and the build
> takes twice as long as normal).

"Works for Me (TM)"..
The best way to check is to look at the output.
If you see the compiler shifting between two directories you know it works.
Sample output:
  CC      arch/i386/kernel/cpu/mcheck/p5.o
  CC      kernel/printk.o
  CC      arch/i386/kernel/cpu/mcheck/p6.o

As you can see the kernel is being built in arch/i386/kernel/cpu
in parallel with kernel/

If you still see this error then it most be a problem local to your
setup - if more people saw it they would have complained.

        Sam


-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.php
_______________________________________________
kbuild-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/kbuild-devel

Reply via email to