summaryrefslogtreecommitdiff
path: root/toolchain/musl
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbrodkorb@conet.de>2015-01-30 14:31:49 +0100
committerWaldemar Brodkorb <wbrodkorb@conet.de>2015-01-30 14:31:49 +0100
commitaef047bf7d61880ed478e6410205ad2f7ff6067c (patch)
treeffbbe27d7471acfff0668875920a08cb47f5b58e /toolchain/musl
parentbdee5e4fe08cc59d6bd31f78a6663e98c8449b19 (diff)
fix find command, reported by phil
Diffstat (limited to 'toolchain/musl')
-rw-r--r--toolchain/musl/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/musl/Makefile b/toolchain/musl/Makefile
index 9b0cac27c..a5cfaa4a2 100644
--- a/toolchain/musl/Makefile
+++ b/toolchain/musl/Makefile
@@ -52,7 +52,7 @@ $(WRKBUILD)/.fixup:
$(MAKE) -C $(WRKBUILD) CFLAGS='$(TARGET_CFLAGS)' all
$(MAKE) -C $(WRKBUILD) CFLAGS='$(TARGET_CFLAGS)' DESTDIR=$(STAGING_TARGET_DIR) install
# cleanup toolchain
- -find $(STAGING_TARGET_DIR) $(STAGING_HOST_DIR) -name \*.la -exec {} \;
+ -find $(STAGING_TARGET_DIR) $(STAGING_HOST_DIR) -name \*.la -exec rm {} \;
ifeq ($(ADK_TARGET_TOOLCHAIN),y)
# strip target libs and host tools for toolchain builds
PATH="$(TARGET_PATH)" debug='0' prefix='${TARGET_CROSS}' ${BASH} ${SCRIPT_DIR}/rstrip.sh \