Re: [PATCH 1/2] package: Makefile: ensure $MAKE can use jobserver

2015-05-28 Thread Riku Voipio
Hi, On 11 May 2015 at 17:02, Chris J Arges wrote: > When using make deb-pkg, builddeb is called without proper MAKEFLAGS due to > the > script being invoked without '+'. This results in the following message when > building: > warning: jobserver unavailable: using -j1. Add `+' to parent make rul

[PATCH 1/2] package: Makefile: ensure $MAKE can use jobserver

2015-05-11 Thread Chris J Arges
When using make deb-pkg, builddeb is called without proper MAKEFLAGS due to the script being invoked without '+'. This results in the following message when building: warning: jobserver unavailable: using -j1. Add `+' to parent make rule Add the '+' so the make operations can be parallelized. Sig

Re: [PATCH 1/2] package: Makefile: ensure $MAKE can use jobserver

2015-04-28 Thread Riku Voipio
On 24 April 2015 at 21:25, Chris J Arges wrote: > When using make deb-pkg, builddeb is called without proper MAKEFLAGS due to > the > script being invoked without '+'. This results in the following message when > building: > warning: jobserver unavailable: using -j1. Add `+' to parent make rule >

[PATCH 1/2] package: Makefile: ensure $MAKE can use jobserver

2015-04-24 Thread Chris J Arges
When using make deb-pkg, builddeb is called without proper MAKEFLAGS due to the script being invoked without '+'. This results in the following message when building: warning: jobserver unavailable: using -j1. Add `+' to parent make rule Add the '+' so the make operations can be parallelized. Sig