lkml.org 
[lkml]   [2000]   [Oct]   [23]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: make -j 2 broken?
> Trying to compile the current kernel (test10-pre4) with:
>
> > make clean
> > make -j 2 bzImages modules modules_install
>
> will try to install the modules before they are built...
> This has previously been working (at least in early testX kernels).

I've done it before when I wasn't thinking, since it parallels those,
modules_install just calls modules_install. AFAIK, it doesn't depend on
modules actually being compiled.

Typically, I do:
make -j 20 dep;make -j 20 bzImage modules;make modules_install

Yes, I've heard about the paralleled dep problem (there was one, right?),
but it hasn't effected me.

--
Lab tests show that use of micro$oft causes cancer in lab animals
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 12:41    [W:2.121 / U:0.452 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site