bug-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Recursive GMAKE with -j option


From: Bhatt, Milan C
Subject: Recursive GMAKE with -j option
Date: Fri, 29 Jun 2001 11:54:41 -0700

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

reply via email to

[Prev in Thread] Current Thread [Next in Thread]