From aef047bf7d61880ed478e6410205ad2f7ff6067c Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Fri, 30 Jan 2015 14:31:49 +0100 Subject: fix find command, reported by phil --- toolchain/glibc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toolchain/glibc/Makefile') diff --git a/toolchain/glibc/Makefile b/toolchain/glibc/Makefile index 34f4c924a..5da057219 100644 --- a/toolchain/glibc/Makefile +++ b/toolchain/glibc/Makefile @@ -65,7 +65,7 @@ $(WRKBUILD)/.installed: touch $@ $(WRKBUILD)/.fixup: - -find $(STAGING_TARGET_DIR) $(STAGING_HOST_DIR) -name \*.la -exec {} \; + -find $(STAGING_TARGET_DIR) $(STAGING_HOST_DIR) -name \*.la -exec rm {} \; rm -rf $(STAGING_TARGET_DIR)/usr/share/locale $(STAGING_TARGET_DIR)/usr/share/i18n ifeq ($(ADK_TARGET_TOOLCHAIN),y) # strip target libs and host tools for toolchain builds -- cgit v1.2.3