On Sat, 25 Sep 1999, Jakob �stergaard wrote:
> On Sat, Sep 25, 1999 at 01:47:36PM +0100, Nick Kay wrote:
> > Hi All,
> >     I have a quad Xeon 500 box. When running a kernel build
> > with "make dep; time -v make -j4 bzImage modules modules_install"
> 
> Try
>  make dep && time -v sh -c 'make -j4 bzImage modules && make modules_install'
> 
> You can't do modules and modules_install in the same MAKE run. Just like you
> can't do clean (or dep) and bzImage.
> Some things _must_ stay serialized.  But building the kernel and building
> the modules can well run in parallel.
> 
Here's the funny thing.... a friend of mine who "hand-compiles" his
own kernels DOES use the "make modules modules_install" etc all on
one command line and it works just fine for him....
He doesn't have to fool around with "make dep" any of the other
stuff. He just starts out with make -j16 (note ...it works!) etc.
        John
-
Linux SMP list: FIRST see FAQ at http://www.irisa.fr/prive/mentre/smp-faq/
To Unsubscribe: send "unsubscribe linux-smp" to [EMAIL PROTECTED]

Reply via email to