Gentoo Archives: gentoo-user

From: Pandu Poluan <pandu@××××××.info>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] emerge -j, make -j and make -l
Date: Sun, 27 Nov 2011 17:47:29
Message-Id: CAA2qdGUgq5JcrPrdU8DEVEg08Eh3jOx6Y+rUx7CoMK+gFykb6Q@mail.gmail.com
In Reply to: Re: [gentoo-user] emerge -j, make -j and make -l by Michael Hampicke
1 On Nov 28, 2011 12:29 AM, "Michael Hampicke" <gentoo-user@××××.biz> wrote:
2 >
3 >
4 > Am 26.11.2011 16:22, schrieb Michael Mol:
5 > > parallel builds
6 >
7 > Sweet, I didn't even know about emerges -j option to do parallel builds.
8 > Thx for sharing, I am sure I'll use this in the feature
9 >
10
11 emerge -j will be useful if the packages being emerged are independent from
12 one another. Packages that depend on another package will be emerged
13 sequentially after their dependencies are emerged.
14
15 Rgds,