Re: Announce: Kernel Build for 2.5, Release 1 is available.
Keith Owens (kaos@ocs.com.au)
Wed, 08 Aug 2001 21:07:45 +1000
On Wed, 8 Aug 2001 17:38:00 +1000, 
john slee <indigoid@higherplane.net> wrote:
>On Wed, Aug 08, 2001 at 04:58:01PM +1000, Keith Owens wrote:
>>   Multiple targets can be specified on the same make command.  You
>>   cannot mix clean or mrproper with other targets but everything else
>>   can be put on one command.
>>     make -j oldconfig installable && sudo make -j install
>>   works beautifully.
>
>'make dep bzImage modules modules_install' has worked for me for a long
>long time...  am i just lucky?
make dep and modules_install could not be parallel run.  make bzImage
and make modules could parallel run using make -j.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/