]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Removed ccache from installation system.
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 26 Aug 2008 18:35:52 +0000 (20:35 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 26 Aug 2008 18:35:52 +0000 (20:35 +0200)
lfs/ccache

index 5de649d35f24823185fd352d054c2e9bda55357b..06cb486ccaa87808d749feee349ea58d81bb5ef4 100644 (file)
@@ -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)