Apply patch from gentoo bug #264457 to prevent deleting of ccache cache
authorAndrew Gaffney <agaffney@gentoo.org>
Sat, 4 Apr 2009 19:34:01 +0000 (14:34 -0500)
committerAndrew Gaffney <agaffney@gentoo.org>
Sat, 4 Apr 2009 19:34:01 +0000 (14:34 -0500)
ChangeLog
targets/support/chroot-functions.sh

index dcaf389163662c98d08b1b8a5164d5f029350400..02279885ea9569b893fa102765fe60a9cd64a46c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,10 @@
 # Copyright 2002-2009 Gentoo Foundation; 2008-2009 Various authors (see AUTHORS)
 # Distributed under the GPL v2
 
+  04 Apr 2009; Andrew Gaffney <agaffney@gentoo.org>
+  targets/support/chroot-functions.sh:
+  Apply patch from gentoo bug #264457 to prevent deleting of ccache cache
+
   24 Feb 2009; Andrew Gaffney <agaffney@gentoo.org>
   modules/catalyst/arch/sh.py:
   Additional sh patch from gentoo bug #255793
index d26780628cb0dfc885c98153e0b90b27b7600ef7..4641b4413090d4e77c84dbe01b6465e3896dee7d 100644 (file)
@@ -210,7 +210,6 @@ cleanup_stages() {
        esac
 
        rm -f /var/log/emerge.log /var/log/portage/elog/*
-       rm -rf /var/tmp/*
 }
 
 update_env_settings(){