From: Jorge Manuel B. S. Vicetto (jmbsvicetto) Date: Mon, 2 Jul 2012 01:21:58 +0000 (+0000) Subject: Stop removing dev-util/ccache on stage3 since that is done by depclean on chroot... X-Git-Tag: CATALYST-2.0.10~4 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=c92c996356b69e8b0521d1aa24dbe76f05e190af;p=catalyst.git Stop removing dev-util/ccache on stage3 since that is done by depclean on chroot-functions.sh. --- diff --git a/targets/stage3/stage3-preclean-chroot.sh b/targets/stage3/stage3-preclean-chroot.sh index 3b693d81..027dedea 100644 --- a/targets/stage3/stage3-preclean-chroot.sh +++ b/targets/stage3/stage3-preclean-chroot.sh @@ -9,11 +9,6 @@ show_debug cleanup_stages -if [ -n "${clst_CCACHE}" ] -then - run_merge -C dev-util/ccache || exit 1 -fi - if [ -n "${clst_DISTCC}" ] then run_merge -C sys-devel/distcc || exit 1