Hello everyone,


I'd like to ask my distcc question again:

If i add "-j5" to /etc/make.conf->MAKEOPTS,
emerge will call make using 5 jobs for
distributed compiling. Okay so far.

However: if the project is compiling/executing
sub-makes, these are not called with -j5 and
so the whole application compiles on the local
box only. How to solve this ?

My latest idea was using the following:

alias make="make -j5"
emerge <program>

Question: would emerge really use the alias (not calling
make by specifying a full qualified path), and how to
remove the alias after the package has been compiled
(using /bin/bash) ?

Any better solution ?


-- [EMAIL PROTECTED] mailing list



Reply via email to