Re: [Intel-gfx] [PATCH] Add jobserver flag (+) to deb-pkg build commands

2015-01-12 Thread Dave Gordon
On 09/01/15 16:14, Gordon, David S wrote: > This gets rid of some annoying warnings and allows GNU make to parallelise > more > parts of a deb-pkg build. The message is ... > > make[3]: warning: jobserver unavailable: using -j1. Add `+' to parent make > rule. > > ... so I've added the '+' as s

Re: [Intel-gfx] [PATCH] Add jobserver flag (+) to deb-pkg build commands

2015-01-09 Thread shuang . he
Tested-By: PRC QA PRTS (Patch Regression Test System Contact: shuang...@intel.com) -Summary- Platform Delta drm-intel-nightly Series Applied PNV 354/354

[Intel-gfx] [PATCH] Add jobserver flag (+) to deb-pkg build commands

2015-01-09 Thread Dave Gordon
This gets rid of some annoying warnings and allows GNU make to parallelise more parts of a deb-pkg build. The message is ... make[3]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. ... so I've added the '+' as suggested. Signed-off-by: Dave Gordon --- scripts/package