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: [gentoo-dev] cmake-utils.eclass: fixes to ninja MAKEOPTS conversion
Date: Sun, 28 Feb 2016 19:02:25
Message-Id: 1456686118-28043-1-git-send-email-mgorny@gentoo.org
1 Hello,
2
3 Just a quick two patches against cmake-utils that fix MAKEOPTS->ninja
4 conversion. In particular:
5
6 1. -k never takes value in make, so do not account for that, and always
7 convert '-k' to '-k 0',
8
9 2. -j and -l have optional values in make, so figure out if we're being
10 passed a correct value and use '-j 9999' and '-l 0' otherwise.
11
12 --
13 Best regards,
14 Michał Górny

Replies