Re: parallel make bug

2000-06-08 Thread Paul D. Smith
%% "P. Jeffrey Ungar" <[EMAIL PROTECTED]> writes: pju> If a command for a rule is a submake, but the command is pju> contained in a variable, then it can't run the submake in pju> parallel. You get an error message: pju> gmake[1]: warning: jobserver unavailable: using -j1. Add `+' to pa

parallel make bug

2000-06-08 Thread P. Jeffrey Ungar
If a command for a rule is a submake, but the command is contained in a variable, then it can't run the submake in parallel. You get an error message: gmake[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Here is a sample Makefile that shows the problem (for all vers

Re: GNU MAKE

2000-06-08 Thread Paul D. Smith
%% Ravinder Pal <[EMAIL PROTECTED]> writes: rp> If I edit a makefile in NOTEPAD on windows, make complains with the rp> following error: rp> ;,needed for "obj". stop.rget. Get a newer version of GNU make. -- ---

GNU MAKE

2000-06-08 Thread Ravinder Pal
If I edit a makefile in NOTEPAD on windows, make complains with the following error: ;,needed for "obj". stop.rget. Help please