Mike Frysinger <[EMAIL PROTECTED]>:
> On Thursday 27 September 2007, Christian Faulhammer wrote:
> > could there be side effects setting MAKEOPTS in the ebuild (in
> > global scope)?
> you should only be incrementing, never setting ... anything that sets
> it is broken while anything that increments it is considered bad
> form, but currently overlooked due to a better solution lacking
> iow, wrong:
> MAKEOPTS="-j1"
> currently overlooked:
> MAKEOPTS="${MAKEOPTS} -j1"Ok, so the latter saves me from repeating all standard functions with emake -j1. Thanks. V-Li -- Christian Faulhammer, Gentoo Lisp project <URL:http://www.gentoo.org/proj/en/lisp/>, #gentoo-lisp on FreeNode <URL:http://www.faulhammer.org/>
signature.asc
Description: PGP signature
