[ccache] Turn on CCACHE_HASHDIR by default (#759592, Jan Kratochvil).

Ville Skyttä scop at fedoraproject.org
Sat Dec 17 21:59:04 UTC 2011


commit 98ad636d9da10cc3a5bddc84c7f316e7aca3db32
Author: Ville Skyttä <ville.skytta at iki.fi>
Date:   Sat Dec 17 23:58:28 2011 +0200

    Turn on CCACHE_HASHDIR by default (#759592, Jan Kratochvil).

 ccache.csh.in |    2 ++
 ccache.sh.in  |    2 ++
 ccache.spec   |    3 +++
 3 files changed, 7 insertions(+), 0 deletions(-)
---
diff --git a/ccache.csh.in b/ccache.csh.in
index 4edbb51..0f58940 100644
--- a/ccache.csh.in
+++ b/ccache.csh.in
@@ -24,3 +24,5 @@ else if ( $uid != 0 ) then
         unsetenv CCACHE_HARDLINK
     endif
 endif
+
+setenv CCACHE_HASHDIR
diff --git a/ccache.sh.in b/ccache.sh.in
index 0ce4d64..29f8303 100644
--- a/ccache.sh.in
+++ b/ccache.sh.in
@@ -25,3 +25,5 @@ elif [ "${EUID:-}" != 0 ] ; then
         unset CCACHE_HARDLINK
     fi
 fi
+
+export CCACHE_HASHDIR=
diff --git a/ccache.spec b/ccache.spec
index 0d950ce..4849d69 100644
--- a/ccache.spec
+++ b/ccache.spec
@@ -142,6 +142,9 @@ getent group ccache >/dev/null || groupadd -r ccache || :
 
 
 %changelog
+* Sun Dec  4 2011 Ville Skyttä <ville.skytta at iki.fi> - 3.1.6-2
+- Turn on CCACHE_HASHDIR by default (#759592, Jan Kratochvil).
+
 * Mon Aug 22 2011 Ville Skyttä <ville.skytta at iki.fi> - 3.1.6-1
 - Update to 3.1.6.
 


More information about the scm-commits mailing list