Gentoo Archives: gentoo-commits

From: "Chris Gianelloni (wolf31o2)" <wolf31o2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] catalyst r1408 - in trunk: . targets/support
Date: Fri, 09 May 2008 03:59:47
Message-Id: E1JuJlb-0006sH-Qk@stork.gentoo.org
1 Author: wolf31o2
2 Date: 2008-05-09 03:59:30 +0000 (Fri, 09 May 2008)
3 New Revision: 1408
4
5 Modified:
6 trunk/ChangeLog
7 trunk/targets/support/chroot-functions.sh
8 Log:
9 We need to run distcc-config --install, since we won't be installing into ROOT=/ for stage1, and we have to use --noreplace to keep from wiping any installed versions of distcc.
10
11 Modified: trunk/ChangeLog
12 ===================================================================
13 --- trunk/ChangeLog 2008-05-09 02:26:39 UTC (rev 1407)
14 +++ trunk/ChangeLog 2008-05-09 03:59:30 UTC (rev 1408)
15 @@ -1,6 +1,12 @@
16 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
17 # $Id: $
18
19 + 09 May 2008; Chris Gianelloni <wolf31o2@g.o>
20 + targets/support/chroot-functions.sh:
21 + We need to run distcc-config --install, since we won't be installing into
22 + ROOT=/ for stage1, and we have to use --noreplace to keep from wiping any
23 + installed versions of distcc.
24 +
25 09 May 2008; Chris Gianelloni <wolf31o2@g.o> TODO:
26 Add a couple of distcc-related items to TODO.
27
28
29 Modified: trunk/targets/support/chroot-functions.sh
30 ===================================================================
31 --- trunk/targets/support/chroot-functions.sh 2008-05-09 02:26:39 UTC (rev 1407)
32 +++ trunk/targets/support/chroot-functions.sh 2008-05-09 03:59:30 UTC (rev 1408)
33 @@ -77,6 +77,8 @@
34 sed -i '/USE="${USE} -avahi -gtk -gnome"/d' /etc/make.conf
35 mkdir -p /etc/distcc
36 echo "${clst_distcc_hosts}" > /etc/distcc/hosts
37 + # We need to run distcc-config, since it might not have gotten run
38 + [ -x /usr/bin/distcc-config ] && /usr/bin/distcc-config --install
39
40 # This sets up automatic cross-distcc-fu according to
41 # http://www.gentoo.org/doc/en/cross-compiling-distcc.xml
42
43 --
44 gentoo-commits@l.g.o mailing list