On Thu, Aug 22, 2013 at 7:11 PM, H. Peter Anvin <[email protected]> wrote:
> Can we drop the /bin/?

Sure.

> Max Filippov <[email protected]> wrote:
>>-e is not needed to output strings without escape sequences.
>>
>>Cc: Thomas Gleixner <[email protected]>
>>Cc: Ingo Molnar <[email protected]>
>>Cc: "H. Peter Anvin" <[email protected]>
>>Cc: [email protected]
>>Signed-off-by: Max Filippov <[email protected]>
>>---
>> arch/x86/Makefile |    2 +-
>> 1 files changed, 1 insertions(+), 1 deletions(-)
>>
>>diff --git a/arch/x86/Makefile b/arch/x86/Makefile
>>index 07639c6..7386e8a 100644
>>--- a/arch/x86/Makefile
>>+++ b/arch/x86/Makefile
>>@@ -95,7 +95,7 @@ endif
>>
>> ifdef CONFIG_X86_X32
>>       x32_ld_ok := $(call try-run,\
>>-                      /bin/echo -e '1: .quad 1b' | \
>>+                      /bin/echo '1: .quad 1b' | \
>>                       $(CC) $(KBUILD_AFLAGS) -c -x assembler -o "$$TMP" - && 
>> \
>>                       $(OBJCOPY) -O elf32-x86-64 "$$TMP" "$$TMPO" && \
>>                       $(LD) -m elf32_x86_64 "$$TMPO" -o "$$TMP",y,n)

-- 
Thanks.
-- Max
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to