Update ccache to the latest version, which adds features.

http://bugs.busybox.net/view.php?id=297
This commit is contained in:
Eric Andersen 2005-06-23 22:09:12 +00:00
parent 6f3293774c
commit 2605b7410f

View File

@ -3,7 +3,7 @@
# build ccache to make recompiles faster on the build system
#
#############################################################
CCACHE_VER:=2.3
CCACHE_VER:=2.4
CCACHE_SITE:=http://ccache.samba.org/ftp/ccache
CCACHE_SOURCE:=ccache-$(CCACHE_VER).tar.gz
CCACHE_DIR1:=$(TOOL_BUILD_DIR)/ccache-$(CCACHE_VER)