<br><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, Nov 26, 2012 at 1:51 PM,  <span dir="ltr"><<a href="mailto:insomniactoo@localnet.com" target="_blank">insomniactoo@localnet.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">  What it is, is the use of -j<n>, and it has something to do with using more than<br>
  one processor during ./configure of an app/program or something, making it<br>
  build(?) faster.<br></blockquote></div><div><br></div><div>export MAKEFLAGS="-j4" # where 4 is the number of cpu cores</div><div>stick this ^ into an executable file in /etc/profile.d/</div><div>and you get parellelized make</div>
<div>but some software breaks when you do this, so if anything fails to build, MAKEFLAGS="" ./some.SlackBuild</div><div>have fun :-)</div><div>- Vyacheslav</div><div><br></div>-- <br>If you think of MS-DOS as mono, and Windows as stereo,<br>
then Linux is Dolby Digital and all the music is free...<br>       <a href="http://www.getgnulinux.org" target="_blank">http://www.getgnulinux.org</a><br>
</div>