From a7902f6da01c0fe3e7e6ce028afc70171cdab9d1 Mon Sep 17 00:00:00 2001 From: Jean Guyader Date: Mon, 30 Nov 2009 19:25:59 +0000 Subject: [PATCH] toolchain/external: fix ` typo at the end of the line. --- toolchain/external-toolchain/ext-tool.mk | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/toolchain/external-toolchain/ext-tool.mk b/toolchain/external-toolchain/ext-tool.mk index 7fd706e..a830913 100644 --- a/toolchain/external-toolchain/ext-tool.mk +++ b/toolchain/external-toolchain/ext-tool.mk @@ -50,12 +50,11 @@ copy_toolchain_lib_root = \ # find $(STAGING_DIR) -type d | xargs chmod 755; \ # find $(STAGING_DIR) -type f | xargs xargs chmod +w -EXT_SYSROOT_DIR=${shell $(TARGET_CC) -v 2>&1 | grep ^Configured | tr " " "\n" | grep -- "--with-sysroot" | cut -f2 -d=` } +EXT_SYSROOT_DIR=${shell $(TARGET_CC) -v 2>&1 | grep ^Configured | tr " " "\n" | grep -- "--with-sysroot" | cut -f2 -d= } copy_toolchain_sysroot = \ tar cfC - ${EXT_SYSROOT_DIR} --mode a+r+w+X . | tar xfpBC - $(STAGING_DIR) - uclibc: dependencies $(TARGET_DIR)/lib/$(strip $(subst ",, $(BR2_TOOLCHAIN_EXTERNAL_LIB_C))) $(TARGET_DIR)/lib/$(strip $(subst ",, $(BR2_TOOLCHAIN_EXTERNAL_LIB_C))): -- 2.39.5