multiprocess.eclass: makeopts_{jobs,loadavg}: fix implicit handling of $MAKEOPTS...
authorMike Frysinger <vapier@gentoo.org>
Thu, 9 Feb 2017 18:15:13 +0000 (13:15 -0500)
committerMike Frysinger <vapier@gentoo.org>
Thu, 9 Feb 2017 18:16:07 +0000 (13:16 -0500)
commit9470312c23d126f0055f82c0e656003b3945430b
treeb7f2359d9f627ac59df262213d391b7d420b3768
parent5c89a86903d7f8846bb021fc54053275230280f2
multiprocess.eclass: makeopts_{jobs,loadavg}: fix implicit handling of $MAKEOPTS #608242

We missed quoting on ${MAKEOPTS} to set it as the first arg which meant
we might load invalid values into the second arg which is the "infinite"
scenario.
eclass/multiprocessing.eclass
eclass/tests/multiprocessing_makeopts_jobs.sh
eclass/tests/multiprocessing_makeopts_loadavg.sh