Gentoo Archives: gentoo-dev

From: Daniel Robbins <drobbins@g.o>
To: gentoo-dev@××××××××××.org
Subject: Re: [gentoo-dev] emake question
Date: Fri, 17 Aug 2001 15:11:55
Message-Id: 20010817151155.C4373@cvs.gentoo.org
In Reply to: Re: [gentoo-dev] emake question by Aron Griffis
1 On Fri, Aug 17, 2001 at 04:30:16PM -0400, Aron Griffis wrote:
2
3 > That reduces emake to essentially running "make -j2" instead of "make".
4 > Seems like that part could be left up to the ebuild authors.
5
6 Yes, this is all emake does. The reason why we don't leave it up to the
7 ebuild authors is that -j2 is optimal for uniprocessors, -j3 for dual
8 processors, and -j5 for quad processors. So the -j part needs to be
9 definable by the user. It's easier to type:
10
11 emake
12
13 than
14 make $MAKEOPTS MAKE="make $MAKEOPTS"
15
16 Also, it's less prone to have syntax errors, and easier to remember.
17
18 --
19 Daniel Robbins <drobbins@g.o>
20 Chief Architect/President http://www.gentoo.org
21 Gentoo Technologies, Inc.