Re: Parallel build
Eli Zaretskii <[email protected]> Tue, 28 Feb 2012 18:05:55 +0200
| Newsgroups | gmane.comp.gnu.make.windows |
|---|---|
| Message-ID | <[email protected]> |
> Date: Tue, 28 Feb 2012 17:57:06 +0400 > From: niXman <[email protected]> > > I built make from CVS. I'am confused that option "-jN" didn't work properly. > When I set N to count (doesn't matter how much I set) It will build > using 1 thread. > If I'm use this option without setting count It'll build with a lot of > threads (more than 20). I cannot reproduce this, using e.g. "-j 3" I get 3 jobs running at all times. > Why does make work not properly? No clue, sorry. It works for me.