Oliver Lange wrote:
Hello everyone,

The gentoo-distcc guide shows up how to trick make
to use devcc, which works well, but: distros which
make use of more than one makefile are not affected.

How to fix this ? I thought about something like
export make="make -j5" or so. Any ideas ?

There is an option in /etc/make.conf:


MAKEOPTS=""

Set this to:

MAKEOPTS="-j5"

--
Andrew Gaffney


-- [EMAIL PROTECTED] mailing list



Reply via email to