Gentoo Archives: gentoo-dev

From: "Michał Górny" <mgorny@g.o>
To: gentoo-dev@l.g.o
Cc: kde@g.o, tommy@g.o
Subject: Re: [gentoo-dev] cmake-utils.eclass: fixes to ninja MAKEOPTS conversion
Date: Thu, 26 May 2016 08:10:51
Message-Id: 20160526101033.7af217dc.mgorny@gentoo.org
In Reply to: [gentoo-dev] cmake-utils.eclass: fixes to ninja MAKEOPTS conversion by "Michał Górny"
1 On Sun, 28 Feb 2016 20:01:56 +0100
2 Michał Górny <mgorny@g.o> wrote:
3
4 > Hello,
5 >
6 > Just a quick two patches against cmake-utils that fix MAKEOPTS->ninja
7 > conversion. In particular:
8 >
9 > 1. -k never takes value in make, so do not account for that, and always
10 > convert '-k' to '-k 0',
11 >
12 > 2. -j and -l have optional values in make, so figure out if we're being
13 > passed a correct value and use '-j 9999' and '-l 0' otherwise.
14
15 After the three-month review period I've decided to go ahead and push
16 it.
17
18 --
19 Best regards,
20 Michał Górny
21 <http://dev.gentoo.org/~mgorny/>

Replies

Subject Author
Re: [gentoo-dev] cmake-utils.eclass: fixes to ninja MAKEOPTS conversion rindeal <dev.rindeal@×××××.com>