Re: Parallel make patch

2012-04-28 Thread sfjro
Hello Justin, Justin: > I like to propose a small and simple patch for parallel builds via make > -j#. Currently I see Thank you. It will be included in next release. J. R. Okajima -- Live Security Virtual Conference

Parallel make patch

2012-04-27 Thread Justin
Hi, I like to propose a small and simple patch for parallel builds via make -j#. Currently I see make[1]: Entering directory `/usr/src/linux-3.3.4-lh' make[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Which gets fixed with the patch attached. I didn't do a clean g