svn commit: trunk/buildroot/toolchain/ccache

andersen at uclibc.org andersen at uclibc.org
Fri Apr 14 19:33:50 UTC 2006


Author: andersen
Date: 2006-04-14 12:33:48 -0700 (Fri, 14 Apr 2006)
New Revision: 14865

Log:
Browsing to the ccache web page http://ccache.samba.org/
they list the cannonical download URL as: http://samba.org/ftp/ccache/
so I guess the freshmeat URL is out of date or something.


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


Changeset:
Modified: trunk/buildroot/toolchain/ccache/ccache.mk
===================================================================
--- trunk/buildroot/toolchain/ccache/ccache.mk	2006-04-14 19:25:54 UTC (rev 14864)
+++ trunk/buildroot/toolchain/ccache/ccache.mk	2006-04-14 19:33:48 UTC (rev 14865)
@@ -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