]> git.baikalelectronics.ru Git - kernel.git/commit
kbuild: fix bzImage build for x86
authorMichael Tokarev <mjt@tls.msk.ru>
Tue, 13 Oct 2009 20:22:46 +0000 (22:22 +0200)
committerMichal Marek <mmarek@suse.cz>
Sat, 12 Dec 2009 12:08:13 +0000 (13:08 +0100)
commitc8a1297f977e1012fa216647039d3f56772e4155
tree6d478129b2000ad3abdfacc5b14c9ab2289e77ec
parentb040b589387585efc062cc7f58b3b3fc3c418bf3
kbuild: fix bzImage build for x86

As has been discussed previously (and Sam has been CC'ed), the fix
is still incorrect.  It replaces "echo -ne" with "/bin/echo -ne",
but neither of the two are guaranteed to support the necessary
arguments and necessary (hexadecimal) escape sequences.  What should
be used here is printf(1).  The trivial patch below (on top of these
kbuild changes) fixes this issue.

Signed-Off-By: Michael Tokarev <mjt@tls.msk.ru>
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: Michal Marek <mmarek@suse.cz>
scripts/Makefile.lib