summaryrefslogtreecommitdiffstats
path: root/scripts/mkcompile_h
diff options
context:
space:
mode:
authorAlek Du2009-08-19 11:18:39 +0200
committerSam Ravnborg2009-10-11 23:21:25 +0200
commit58242b2b065557f8467a8630f7c9b2b4b2eb891f (patch)
treee6b97ef120b099828074579cf6e1cf5fe7bbde3a /scripts/mkcompile_h
parentkbuild,scripts: use non-builtin echo for '-e' (diff)
downloadkernel-qcow2-linux-58242b2b065557f8467a8630f7c9b2b4b2eb891f.tar.gz
kernel-qcow2-linux-58242b2b065557f8467a8630f7c9b2b4b2eb891f.tar.xz
kernel-qcow2-linux-58242b2b065557f8467a8630f7c9b2b4b2eb891f.zip
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>
Diffstat (limited to 'scripts/mkcompile_h')
0 files changed, 0 insertions, 0 deletions