> On Mon, Jan 20, 2003 at 17:00:34 -0600, vinai composed: > > > On Mon, 20 Jan 2003 [EMAIL PROTECTED] wrote: > > > > Thread your "make" jobs with the -j switch, e.g. > > > > $ make -j2 vmlinux > > i use make-kpkg usually :|, hm, edit the scripts to do so maybe?
I don't have any experience with make-kpkg. I usually download the kernel source I want to try out and build "by hand." But I suspect that replacing "make" with "make -j2" in the relevant scripts would be the thing to do. cheers vinai

