From cc25a98b2c59070ab70ffdda4780cd238e665f5d Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Fri, 11 Sep 2009 11:29:01 +0200 Subject: avoid exit when rm fails --- toolchain/gcc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toolchain/gcc') diff --git a/toolchain/gcc/Makefile b/toolchain/gcc/Makefile index baf60775f..210c0f68a 100644 --- a/toolchain/gcc/Makefile +++ b/toolchain/gcc/Makefile @@ -130,7 +130,7 @@ $(WRKBUILD)/.installed: $(WRKBUILD)/.compiled PATH=$(TARGET_PATH) \ $(MAKE) -C $(GCC_BUILD_DIR_FINAL) install # workaround if you cross-compile binutils - rm $(STAGING_DIR)/lib/libiberty.a + @-rm $(STAGING_DIR)/lib/libiberty.a # Set up the symlinks to enable lying about target name. set -e; \ (cd $(STAGING_TOOLS); \ -- cgit v1.2.3