Gentoo Archives: gentoo-user

From: Eray Aslan <eray.aslan@×××××××.tr>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] custom package make options?
Date: Sun, 18 Apr 2010 19:09:37
Message-Id: 20100418190843.GD20007@zptr-nb01.caf.com.tr
In Reply to: [gentoo-user] custom package make options? by David Mehler
1 On Sun, Apr 18, 2010 at 02:46:58PM -0400, David Mehler wrote:
2 > I've got a box with two processors so i have MAKEOPTS set to -j2. One
3 > package gnome breaks during compile under these circumstances so am
4 > wanting to install it and only it with MAKEOPTS set to -j1 i'm
5 > thinking i have to put a file somewhere to pass custom make options to
6 > emerge gnome, but not sure where.
7
8 echo 'MAKEOPTS="-j1"' >> /etc/portage/env/$CATEGORY/$PN
9
10 for example:
11 echo 'MAKEOPTS="-j1"'>/etc/portage/env/gnome-extra/evolution-data-server
12
13 --
14 Eray