Re: [gentoo-user] disable dropping to -j1 when building certain programs

2007-09-23 Thread Daniel Iliev
On Thu, 20 Sep 2007 11:15:50 -0500 "Marzan, Richard non Unisys" <[EMAIL PROTECTED]> wrote: > How can I disable portage dropping or overriding my MAKEOPTS variable > setting when building certain programs? > > MAKEOPTS="jXXX -e" >From "man make": -e, --environment-overrides

RE: [gentoo-user] disable dropping to -j1 when building certain programs

2007-09-21 Thread Marzan, Richard non Unisys
> -Original Message- > From: Mick [mailto:[EMAIL PROTECTED] > Sent: Friday, September 21, 2007 6:00 AM > To: gentoo-user@lists.gentoo.org > Subject: Re: [gentoo-user] disable dropping to -j1 when building certain > programs > > On Thursday 20 September 2007, Rich

Re: [gentoo-user] disable dropping to -j1 when building certain programs

2007-09-21 Thread Mick
On Thursday 20 September 2007, Richard Marzan wrote: > On Thu, 2007-09-20 at 22:39 +0200, Bo Ørsted Andresen wrote: > > > > Stop top-posting. > > > > I suppose you are speaking of WANT_MP=true which is used by a few > > packages (mozilla-sunbird, mozilla-firefox and openoffice). It does not > > aff

Re: [gentoo-user] disable dropping to -j1 when building certain programs

2007-09-20 Thread Richard Marzan
On Thu, 2007-09-20 at 22:39 +0200, Bo Ørsted Andresen wrote: > On Thursday 20 September 2007 22:27:18 Marzan, Richard non Unisys wrote: > > I was not suggesting making ebuilds that will ignore mandatory -j1. I > > was merely trying to find out what is the correct variable to use in > > make.conf...

Re: [gentoo-user] disable dropping to -j1 when building certain programs

2007-09-20 Thread Bo Ørsted Andresen
On Thursday 20 September 2007 22:27:18 Marzan, Richard non Unisys wrote: > I was not suggesting making ebuilds that will ignore mandatory -j1. I > was merely trying to find out what is the correct variable to use in > make.conf...I'm willing sacrifice my system for experimental purposes. I > rememb

RE: [gentoo-user] disable dropping to -j1 when building certain programs

2007-09-20 Thread Marzan, Richard non Unisys
in make.conf I have it set a home but can't remember what it is. Does anyone happen to know? -Original Message- From: Steen Eugen Poulsen [mailto:[EMAIL PROTECTED] Sent: Thursday, September 20, 2007 12:29 PM To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] disable dropping

Re: [gentoo-user] disable dropping to -j1 when building certain programs

2007-09-20 Thread Dan Farrell
On Thu, 20 Sep 2007 18:28:45 +0200 Steen Eugen Poulsen <[EMAIL PROTECTED]> wrote: > Isn't that self defeating, when an ebuild contains enforced -j1 it's > because the program can't compile with -j2 or higher. Yeah, I think you're going to have to re-engineer the makefiles if you want to escape

Re: [gentoo-user] disable dropping to -j1 when building certain programs

2007-09-20 Thread Steen Eugen Poulsen
Marzan, Richard non Unisys skrev: How can I disable portage dropping or overriding my MAKEOPTS variable setting when building certain programs? Isn't that self defeating, when an ebuild contains enforced -j1 it's because the program can't compile with -j2 or higher. The makefile is written

[gentoo-user] disable dropping to -j1 when building certain programs

2007-09-20 Thread Marzan, Richard non Unisys
How can I disable portage dropping or overriding my MAKEOPTS variable setting when building certain programs?