From: Michael Tremer Date: Tue, 26 Aug 2008 18:35:52 +0000 (+0200) Subject: Removed ccache from installation system. X-Git-Tag: v3.0-alpha1~733^2~62 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8d6fa8475787368c528ca65cc72f86a8d516c425;p=ipfire-3.x.git Removed ccache from installation system. --- diff --git a/lfs/ccache b/lfs/ccache index 5de649d35..06cb486cc 100644 --- a/lfs/ccache +++ b/lfs/ccache @@ -53,8 +53,6 @@ $(objects) : $(TARGET) : @$(PREBUILD) - -ifeq "$(STAGE)" "toolchain" @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) cd $(DIR_APP) && patch -p0 < $(DIR_PATCHES)/$(THISAPP).patch cd $(DIR_APP) && CFLAGS="-O2 -static" ./configure --prefix=$(PREFIX) @@ -66,12 +64,4 @@ ifeq "$(STAGE)" "toolchain" done $(PREFIX)/bin/ccache -z @rm -rf $(DIR_APP) -endif - -ifeq "$(STAGE)" "installer" - ln -sf ccache $(PREFIX)/bin/$(UCLIBC_TARGET)-gcc - ln -sf ccache $(PREFIX)/bin/$(UCLIBC_TARGET)-g++ - ln -sf ccache $(PREFIX)/bin/$(UCLIBC_TARGET)-cc -endif - @$(POSTBUILD)