Gentoo Archives: gentoo-commits

From: "Jorge Manuel B. S. Vicetto" <jmbsvicetto@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/catalyst:catalyst_2 commit in: targets/stage3/
Date: Mon, 02 Jul 2012 01:26:29
Message-Id: 1341192118.c92c996356b69e8b0521d1aa24dbe76f05e190af.jmbsvicetto@gentoo
1 commit: c92c996356b69e8b0521d1aa24dbe76f05e190af
2 Author: Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 2 01:21:58 2012 +0000
4 Commit: Jorge Manuel B. S. Vicetto <jmbsvicetto <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 2 01:21:58 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/catalyst.git;a=commit;h=c92c9963
7
8 Stop removing dev-util/ccache on stage3 since that is done by depclean on chroot-functions.sh.
9
10 ---
11 targets/stage3/stage3-preclean-chroot.sh | 5 -----
12 1 files changed, 0 insertions(+), 5 deletions(-)
13
14 diff --git a/targets/stage3/stage3-preclean-chroot.sh b/targets/stage3/stage3-preclean-chroot.sh
15 index 3b693d8..027dede 100644
16 --- a/targets/stage3/stage3-preclean-chroot.sh
17 +++ b/targets/stage3/stage3-preclean-chroot.sh
18 @@ -9,11 +9,6 @@ show_debug
19
20 cleanup_stages
21
22 -if [ -n "${clst_CCACHE}" ]
23 -then
24 - run_merge -C dev-util/ccache || exit 1
25 -fi
26 -
27 if [ -n "${clst_DISTCC}" ]
28 then
29 run_merge -C sys-devel/distcc || exit 1