Re: [libvirt] [PATCH] spec: Run all make jobs in parallel

2016-11-07 Thread Andrea Bolognani
On Mon, 2016-11-07 at 16:32 +, Daniel P. Berrange wrote: > On Mon, Nov 07, 2016 at 05:30:53PM +0100, Andrea Bolognani wrote: > > Commit e8861f69714f changed our spec file to compile and run > > tests in parallel. That's a very good step forward, but why > > stop there? Let's run *all* make jobs

Re: [libvirt] [PATCH] spec: Run all make jobs in parallel

2016-11-07 Thread Daniel P. Berrange
On Mon, Nov 07, 2016 at 05:30:53PM +0100, Andrea Bolognani wrote: > Commit e8861f69714f changed our spec file to compile and run > tests in parallel. That's a very good step forward, but why > stop there? Let's run *all* make jobs in parallel and really > put those expensive cores to use! > > On m

[libvirt] [PATCH] spec: Run all make jobs in parallel

2016-11-07 Thread Andrea Bolognani
Commit e8861f69714f changed our spec file to compile and run tests in parallel. That's a very good step forward, but why stop there? Let's run *all* make jobs in parallel and really put those expensive cores to use! On my laptop, this shaves ~10s off 'make rpm'. --- libvirt.spec.in | 4 ++-- 1 fi