Hello,
Has anyone run into
problems when performing recursive GMAKE AND specifying the -j option?
I've noticed that there are no problems with the following:
gmake
-j
when you're doing
recursive gmake. But I run into problems when I specify an integer value
for the -j option:
gmake -j
5
I get the following
message:
> warning: jobserver unavailable: using -j1. Add `+' to parent make
rule
Anyone run into this
problem? Any possible solutions to this?
Thanks,
Milan