svn commit: trunk/buildroot/toolchain/ccache

aldot at uclibc.org aldot at uclibc.org
Tue Feb 7 08:36:18 UTC 2006


Author: aldot
Date: 2006-02-07 00:36:17 -0800 (Tue, 07 Feb 2006)
New Revision: 13871

Log:
- correct path


Modified:
   trunk/buildroot/toolchain/ccache/ccache.mk


Changeset:
Modified: trunk/buildroot/toolchain/ccache/ccache.mk
===================================================================
--- trunk/buildroot/toolchain/ccache/ccache.mk	2006-02-07 06:10:45 UTC (rev 13870)
+++ trunk/buildroot/toolchain/ccache/ccache.mk	2006-02-07 08:36:17 UTC (rev 13871)
@@ -4,7 +4,7 @@
 #
 #############################################################
 CCACHE_VER:=2.4
-CCACHE_SITE:=http://ccache.samba.org/ftp/ccache
+CCACHE_SITE:=http://samba.org/ftp/ccache
 CCACHE_SOURCE:=ccache-$(CCACHE_VER).tar.gz
 CCACHE_DIR1:=$(TOOL_BUILD_DIR)/ccache-$(CCACHE_VER)
 CCACHE_DIR2:=$(BUILD_DIR)/ccache-$(CCACHE_VER)




More information about the uClibc-cvs mailing list