Gentoo Archives: gentoo-dev

From: Christian Faulhammer <opfer@g.o>
To: gentoo-dev@l.g.o
Subject: [gentoo-dev] Re: MAKEOPTS settings
Date: Thu, 27 Sep 2007 17:20:20
Message-Id: 20070927190801.0864657c@gentoo.org
In Reply to: Re: [gentoo-dev] MAKEOPTS settings by Mike Frysinger
1 Mike Frysinger <vapier@g.o>:
2
3 > On Thursday 27 September 2007, Christian Faulhammer wrote:
4 > > could there be side effects setting MAKEOPTS in the ebuild (in
5 > > global scope)?
6 > you should only be incrementing, never setting ... anything that sets
7 > it is broken while anything that increments it is considered bad
8 > form, but currently overlooked due to a better solution lacking
9 > iow, wrong:
10 > MAKEOPTS="-j1"
11 > currently overlooked:
12 > MAKEOPTS="${MAKEOPTS} -j1"
13
14 Ok, so the latter saves me from repeating all standard functions with
15 emake -j1. Thanks.
16
17 V-Li
18
19 --
20 Christian Faulhammer, Gentoo Lisp project
21 <URL:http://www.gentoo.org/proj/en/lisp/>, #gentoo-lisp on FreeNode
22
23 <URL:http://www.faulhammer.org/>

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-dev] Re: MAKEOPTS settings Mike Frysinger <vapier@g.o>