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

index e054ba18203ff953a435b967e51f1358823fc72f..ea5300f324ed7dd9c23f9b80209cdb6b4edb8857 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> arch/sh.py:
   Additional sh patch from gentoo bug #255793
 
index f91f53cd6a4acbde36677684f32e118e32db85bf..fe20194bb48563d5e183d65ffb67945901df9a64 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(){