Re: wrong final bzImage build (regading #14270)

From: Michael Tokarev
Date: Fri Oct 09 2009 - 17:28:49 EST


H. Peter Anvin wrote:
On 10/09/2009 01:02 PM, Arkadiusz Miskiewicz wrote:
I had exactly this problem few weeks ago with pdksh as /bin/sh (and bugreported to author of that change). As I workaround I used /bin/echo but using printf is more sane/portable.


Yes, using printf is the right thing to do.

A patch would be appreciated.

Come on, it's just a one-word change (s/echo/printf/ in
scripts/Makefile.lib).

But it should go to Sam's tree first I guess, which already
has s|echo|/bin/echo| so it'll conflict.
It's easier to change it in whatever tree it will be changed
without complete patches.

/mjt
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/