On Fri, Jan 23, 2004 at 12:42:24PM -0500, Wakko Warner wrote: > > Is it correct to issue "make bzImage modules modules_install" > > or do I have to do make bzImage; make modules modules_install? > > > > Is there any documentation where I can read answer to this question? > > I see nothing wrong with the first invocation, the second you should change > the ; to &&. if make bzImage fails, it'll stop there. > > I typically do all seperate like this: > make -j 20 bzImage && make -j 20 modules && make -j modules_install > > Sometimes it doesn't complete, not sure why. Could you please enable verbose output, and send me a private mail with the log when it fails. Maybe I can dig out why it fails. I'm sitting on UP here, so i usually never tries with -jN where N > 2. make V=1 -j20 && make V=1 -j20 modules && make V=1 -j20 modules_install Sam - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo _at_ vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
References:
- make in 2.6.xKarel Kulhavý
- Re: make in 2.6.xWakko Warner
- Prev by Date: 2.6.0: kjournald 100% cpu + block errors(?)
- Next by Date: Re: 2.6.1 "clock preempt"?
- Previous by thread: Re: make in 2.6.x
- Next by thread: 2.6.1-mm5, kernel panic "Interrupt not syncing"
- Indexes:[Main][Thread]