From: Jean Guyader Date: Mon, 30 Nov 2009 19:25:59 +0000 (+0000) Subject: toolchain/external: fix ` typo at the end of the line. X-Git-Url: http://xenbits.xen.org/gitweb?a=commitdiff_plain;h=a7902f6da01c0fe3e7e6ce028afc70171cdab9d1;p=xenclient%2Fbuild.git toolchain/external: fix ` typo at the end of the line. --- 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))):