Re: [U-Boot] [PATCH] MAKEALL: fix awk warning

2013-11-08 Thread Andreas Bießmann
Dear Masahiro Yamada, On 11/08/2013 03:01 AM, Masahiro Yamada wrote: > Hello, Andreas. > > I already posted a patch to fix this issue. > http://patchwork.ozlabs.org/patch/285071/ sorry, haven't seen that patch. Please ignore my patch then. Best regards Andreas Bießmann

Re: [U-Boot] [PATCH] MAKEALL: fix awk warning

2013-11-07 Thread Masahiro Yamada
Hello, Andreas. I already posted a patch to fix this issue. http://patchwork.ozlabs.org/patch/285071/ Tom, when would be possible to apply my patch? Best Regards Masahiro Yamada ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailm

[U-Boot] [PATCH] MAKEALL: fix awk warning

2013-11-06 Thread Andreas Bießmann
This fixes following warning: ---8<--- abiessmann@punisher % ./MAKEALL -m at91rm9200ek at91rm9200ek:awk: warning: escape sequence `\ ' treated as plain ` ' awk: warning: escape sequence `\ ' treated as plain ` ' andreas.de...@gmail.com --->8--- Signed-off-by: Andreas Bießmann Cc: Albert Aribaud