Gentoo Archives: gentoo-dev

From: Markus Wagner <mw@××××××××.de>
To: gentoo-dev@g.o
Subject: Re: [gentoo-dev] Portage not longer 'sourcing' make.conf
Date: Sat, 21 Dec 2002 16:56:20
Message-Id: 200212211753.15040.mw@teamzone.de
In Reply to: Re: [gentoo-dev] Portage not longer 'sourcing' make.conf by Henti Smith
1 Hi!
2
3
4
5 On Saturday 21 December 2002 17:06, Henti Smith wrote:
6 > Can you send me the details of what to add to make.conf and how to test
7 > to see if this acually works. I think I might have had incorrect
8 > settings in make.conf
9
10 distcc works fine here on my two boxes (called alpha and beta).
11
12 make.conf on alpha:
13 ------------------------------------
14 MAKEOPTS="-j4"
15 CC="ccache distcc gcc"
16 CXX="ccache distcc g++"
17 DISTCC_HOSTS="alpha beta"
18 ------------------------------------
19
20 make.conf on beta:
21 ------------------------------------
22 MAKEOPTS="-j4"
23 CC="ccache distcc gcc"
24 CXX="ccache distcc g++"
25 DISTCC_HOSTS="beta alpha"
26 ------------------------------------
27
28 But make sure that distccd is running on every box listed in DISTCC_HOSTS!
29
30 HTH,
31 Markus
32
33 --
34 Woah... I did a "cat /boot/vmlinuz >> /dev/dsp"
35 and I think I heard god.
36
37
38 --
39 gentoo-dev@g.o mailing list