From: Alek Du Date: Wed, 19 Aug 2009 09:18:39 +0000 (+0800) Subject: kbuild: Fix size_append issue for bzip2/lzma kernel X-Git-Tag: v2.6.32-rc5~28^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=58242b2b065557f8467a8630f7c9b2b4b2eb891f;p=pandora-kernel.git 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 Acked-by: WANG Cong Signed-off-by: Sam Ravnborg --- Reading git-diff-tree failed