[Slackbuilds-users] distcc [was: "make -j4"] which.. [was: linuxwacom slackbuild]

korgman korgie at gmail.com
Fri Aug 8 17:48:50 UTC 2008


Robby Workman wrote:
> No, that's not the best (IMHO) way to do it.  While "make -j4" might
> be appropriate for you, "make -j8" might be appropriate for me, and
> "make -j2" might be best for someone else.  As I see it, the best
> thing to do is use plain "make" -- that way, I (and everyone else)
> can set MAKEFLAGS in my shell environment.
> 
> Example:
> 
> MAKEFLAGS="-j8" make

<hijack>
Aha!

What about if I want compile with distcc? (CC=distcc)

MAKEFLAGS="CC=distcc -j8"?
(I can make it "manually" but not automagically)
</hijack>

Sorry for the hijack.


More information about the SlackBuilds-users mailing list