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.
................................................................
: [EMAIL PROTECTED] : And I see the elder races, :
:.........................: putrid forms of man :
: Jakob �stergaard : See him rise and claim the earth, :
: OZ9ABN : his downfall is at hand. :
:.........................:............{Konkhra}...............:
-
Linux SMP list: FIRST see FAQ at http://www.irisa.fr/prive/mentre/smp-faq/
To Unsubscribe: send "unsubscribe linux-smp" to [EMAIL PROTECTED]