On Tue, Jun 22, 2010 at 9:37 AM, Rich Walker <span dir="ltr"><<a href="mailto:rw@shadowrobot.com">rw@shadowrobot.com</a>></span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
I want to run make from a script on another machine.<br>
<br>
At the moment, I execute<br>
ssh -X machine "cd /usr/src/linux; setarch i386 make ; make --jobs=4<br>
CC=gcc bzImage modules"<br>
<br>
but it ignores the -j (4-CPU machine...)<br>
<br>
Any ideas?<br>
<br>
cheers, Rich.<br></blockquote><div><br>Rich,<br>I have had problems with --jobs before (though it has been a while) try 
just using "-j 4" instead and see what happens.<br>
<br>
Andy <br></div></div><br>