Toolchain update.

Updated ccache (3.1) and fix ccache bootstrap build.
This commit is contained in:
Arne Fitzenreiter
2010-10-22 18:13:46 +02:00
parent 38a76ff405
commit cfeeb42f7a
4 changed files with 28 additions and 25 deletions

View File

@@ -1,7 +1,7 @@
###############################################################################
# #
# IPFire.org - A linux based firewall #
# Copyright (C) 2007 Michael Tremer & Christian Schmidt #
# Copyright (C) 2010 IPFire Team <info@ipfire.org> #
# #
# This program is free software: you can redistribute it and/or modify #
# it under the terms of the GNU General Public License as published by #
@@ -24,13 +24,13 @@
include Config
VER = 3.0pre0
VER = 3.1
THISAPP = ccache-$(VER)
DL_FILE = $(THISAPP).tar.bz2
DL_FROM = $(URL_IPFIRE)
DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP)-pass$(PASS)
###############################################################################
# Top-level Rules
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
$(DL_FILE)_MD5 = 3704f1cd486b1e63638fd17910c42e9f
$(DL_FILE)_MD5 = 7961852e1e36f11559039c32142f58df
install : $(TARGET)