[Lunar-commits] <moonbase> ccache: don't create huge log files/force rebuild

Michael 'v4hn' Goerner v4hn at lunar-linux.org
Sat May 5 19:06:25 CEST 2012


commit 3a5b933f6ba945c22c68b28727386e6efee0fc2e
Author: Michael 'v4hn' Goerner <v4hn at lunar-linux.org>
Date:   Sat May 5 19:06:25 2012 +0200

    ccache: don't create huge log files/force rebuild
---
 utils/ccache/DETAILS             |    2 +-
 utils/ccache/profile.d/ccache.rc |    1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/utils/ccache/DETAILS b/utils/ccache/DETAILS
index 5ceea17..75e2dc4 100644
--- a/utils/ccache/DETAILS
+++ b/utils/ccache/DETAILS
@@ -5,7 +5,7 @@
       SOURCE_VFY=sha1:93872fb20c066859842e4bc989895359ae218ad6
         WEB_SITE=http://ccache.samba.org
          ENTERED=20020701
-         UPDATED=20120108
+         UPDATED=20120505
            SHORT="A compiler cache"
 
 cat << EOF
diff --git a/utils/ccache/profile.d/ccache.rc b/utils/ccache/profile.d/ccache.rc
index b4552f8..ef1786c 100644
--- a/utils/ccache/profile.d/ccache.rc
+++ b/utils/ccache/profile.d/ccache.rc
@@ -2,5 +2,4 @@
 if [ "$UID" == "0" ] ; then
   export CCACHE_NOLINK=no
   export CCACHE_DIR=/var/cache/ccache
-  export CCACHE_LOGFILE=/var/log/ccache
 fi


More information about the Lunar-commits mailing list