parallel build
Tomas Klacko <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.dom |
|---|---|
| Message-ID | <[email protected]> |
Hi, I am trying run parallel compilation of the Electrolysis: make -j4 -f client.mk build However, I get this warning: make[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. and the compilation proceeds sequentially. I am looking for some hints on this issue. I have read about the warning in the GNU make documentation, but have no ideas about what to do next. Btw, sequential compilation seems to be running just fine, but I was just impatient to let it finish :) Tomas Klacko