Gentoo Archives: gentoo-devhelp

From: Torsten Veller <tove@g.o>
To: gentoo-devhelp@l.g.o
Subject: [gentoo-devhelp] Re: How do I get just the "-j" part from MAKEOPTS?
Date: Sun, 22 Apr 2012 19:24:10
Message-Id: 20120422211628.TAf3f6d3.tv@veller.net
In Reply to: Re: [gentoo-devhelp] How do I get just the "-j" part from MAKEOPTS? by Mike Frysinger
1 * Mike Frysinger <vapier@g.o>:
2 > On Monday 26 March 2012 22:43:43 Nikos Chantziaras wrote:
3 > > I have an ebuild that uses jam as its build system. jam supports
4 > > parallel builds with -jN. However, other make options are not
5 > > recognized. So in the ebuild, I can't just pass ${MAKEOPTS}.
6 > >
7 > > Is there a way to filter out just the "-jN" part of MAKEOPTS and pass it
8 > > on?
9 >
10 > i've committed makeopts_jobs to eutils.eclass for you to use
11
12 You also changed other eclasses to use makeopts_jobs.
13 But makeopts_jobs currently doesn't support --jobs... in MAKEOPTS.
14
15 Can you please add support for "--jobs[=jobs]" to makeopts_jobs?
16 --
17 Thanks

Replies