public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] cmake-utils.eclass: fixes to ninja MAKEOPTS conversion
@ 2016-02-28 19:01 Michał Górny
  2016-02-28 19:01 ` [gentoo-dev] [PATCH 1/2] cmake-utils.eclass: _ninjaopts_from_makeopts, fix handling of -k Michał Górny
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Michał Górny @ 2016-02-28 19:01 UTC (permalink / raw
  To: gentoo-dev; +Cc: kde, tommy

Hello,

Just a quick two patches against cmake-utils that fix MAKEOPTS->ninja
conversion. In particular:

1. -k never takes value in make, so do not account for that, and always
   convert '-k' to '-k 0',

2. -j and -l have optional values in make, so figure out if we're being
   passed a correct value and use '-j 9999' and '-l 0' otherwise.

--
Best regards,
Michał Górny



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2016-05-26 13:25 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-28 19:01 [gentoo-dev] cmake-utils.eclass: fixes to ninja MAKEOPTS conversion Michał Górny
2016-02-28 19:01 ` [gentoo-dev] [PATCH 1/2] cmake-utils.eclass: _ninjaopts_from_makeopts, fix handling of -k Michał Górny
2016-02-28 19:01 ` [gentoo-dev] [PATCH 2/2] cmake-utils.eclass: _ninjaopts_from_makeopts, fix plain '-j' and '-l' Michał Górny
2016-05-26  8:10 ` [gentoo-dev] cmake-utils.eclass: fixes to ninja MAKEOPTS conversion Michał Górny
2016-05-26 13:24   ` rindeal

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox