somsak / microblog-purple

Automatically exported from code.google.com/p/microblog-purple
GNU General Public License v3.0
2 stars 1 forks source link

Warnings during compilation with "make -j2" (or -j3, -j4...) #225

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
 1. compile using "make -j2" 

What is the expected output? What do you see instead?
 No warnings are expected, but:
> make[1]: warning: jobserver unavailable: using -j1.  Add `+' to parent make 
rule.

What version of the product are you using? On what operating system?
 Version is 0.3.0 on gentoo.

Please provide any additional information below.
 Replacing all "make" with "$(MAKE)" in the Makefile fixes the problem.

Original issue reported on code.google.com by andresen.nils@gmail.com on 15 Jan 2011 at 6:40

GoogleCodeExporter commented 9 years ago
I added a patch to fix this issue. I'd love to have some comments on it.

Original comment by andresen.nils@gmail.com on 4 Feb 2011 at 6:20

Attachments:

GoogleCodeExporter commented 9 years ago
Patch merged into SVN

Original comment by somsaks on 7 Feb 2011 at 9:24