Re: python waf bypasses _MAKE_JOBS number

2015-01-06 Thread Marcus von Appen
On, Wed Jan 07, 2015, Sean Bruno wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA512 > > Hey, so ... because qemu has a bug in it, we're trying to enforce no > SMP behaviour in builds. > > Turns out that python waf bypasses all of ports logic and probes for > the number of cpus and does its

python waf bypasses _MAKE_JOBS number

2015-01-06 Thread Sean Bruno
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Hey, so ... because qemu has a bug in it, we're trying to enforce no SMP behaviour in builds. Turns out that python waf bypasses all of ports logic and probes for the number of cpus and does its own thing. We noted this in our builds as they locked