]> git.baikalelectronics.ru Git - kernel.git/commit
kbuild: Fix size_append issue for bzip2/lzma kernel
authorAlek Du <alek.du@intel.com>
Wed, 19 Aug 2009 09:18:39 +0000 (17:18 +0800)
committerSam Ravnborg <sam@ravnborg.org>
Sun, 11 Oct 2009 21:21:25 +0000 (23:21 +0200)
commit9a8a32a775fd8861a58f665d0463bbb30c50f132
treee6b97ef120b099828074579cf6e1cf5fe7bbde3a
parentc03c4026524704d943ad40571faf33560f591ac5
kbuild: Fix size_append issue for bzip2/lzma kernel

The Makefile.lib will call "echo -ne" to append uncompressed kernel size to
bzip2/lzma kernel image.
The "echo" here depends on the shell that /bin/sh pointing to.
On Ubuntu system, the /bin/sh is pointing to dash, which does not support
"echo -e" at all. Use /bin/echo instead of shell echo should always be safe.

Signed-off-by: Alek Du <alek.du@intel.com>
Acked-by: WANG Cong <xiyou.wangcong@gmail.com>
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
scripts/Makefile.lib