
Dear =?UTF-8?q?Andreas=20Bie=C3=9Fmann?=,
In message 1285356041-95443-1-git-send-email-andreas.devel@googlemail.com you wrote:
This patch fixes an error when running MAKEALL for ARM9.
On OS X /bin/sh uses builtin echo which does not utilise '-n' switch. GNU manual for builtins recomend to use here-document style to solve this portability issue.
This patch removes the usage of 'echo -n' and replace by here-document style or a oneline echo command.
Signed-off-by: Andreas Bießmann andreas.devel@googlemail.com CC: Peter Pearse peter.pearse@arm.com
v1: first try, replace each occurrence of 'echo' by here-document v2: replace oneliners by single 'echo' as sugested by Mike
board/armltd/integrator/split_by_variant.sh | 129 ++++++++++++--------------- 1 files changed, 57 insertions(+), 72 deletions(-)
Applied to u-boot-arm, thanks.
Best regards,
Wolfgang Denk