[kbuild-devel] make -j2 doesn't work anymore

2003-10-12 Thread Burton Windle
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). Linux dual266 2.6.0-test7-bk1 #18 SMP Thu Oct 9

Re: [kbuild-devel] make -j2 doesn't work anymore

2003-10-12 Thread Sam Ravnborg
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