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

This commit is contained in:
Ville Skyttä 2011-12-17 23:58:28 +02:00
parent f443a74f12
commit 98ad636d9d
3 changed files with 7 additions and 0 deletions

View File

@ -24,3 +24,5 @@ else if ( $uid != 0 ) then
unsetenv CCACHE_HARDLINK
endif
endif
setenv CCACHE_HASHDIR

View File

@ -25,3 +25,5 @@ elif [ "${EUID:-}" != 0 ] ; then
unset CCACHE_HARDLINK
fi
fi
export CCACHE_HASHDIR=

View File

@ -142,6 +142,9 @@ getent group ccache >/dev/null || groupadd -r ccache || :
%changelog
* Sun Dec 4 2011 Ville Skyttä <ville.skytta@iki.fi> - 3.1.6-2
- Turn on CCACHE_HASHDIR by default (#759592, Jan Kratochvil).
* Mon Aug 22 2011 Ville Skyttä <ville.skytta@iki.fi> - 3.1.6-1
- Update to 3.1.6.