Gentoo Archives: gentoo-dev

From: Mike Frysinger <vapier@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] MAKEOPTS settings
Date: Thu, 27 Sep 2007 17:13:11
Message-Id: 200709271259.50536.vapier@gentoo.org
In Reply to: [gentoo-dev] MAKEOPTS settings by Christian Faulhammer
1 On Thursday 27 September 2007, Christian Faulhammer wrote:
2 > could there be side effects setting MAKEOPTS in the ebuild (in global
3 > scope)?
4
5 you should only be incrementing, never setting ... anything that sets it is
6 broken while anything that increments it is considered bad form, but
7 currently overlooked due to a better solution lacking
8
9 iow, wrong:
10 MAKEOPTS="-j1"
11 currently overlooked:
12 MAKEOPTS="${MAKEOPTS} -j1"
13 -mike

Attachments

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

Replies

Subject Author
[gentoo-dev] Re: MAKEOPTS settings Christian Faulhammer <opfer@g.o>