[U-Boot] [PATCH] make-asm-offsets: fix sed script
Wolfgang Denk
wd at denx.de
Wed Oct 27 20:17:04 CEST 2010
In message <1288161467-2979-1-git-send-email-wd at denx.de> you wrote:
> When copying the "sed" script to generate the asm-offsets.h file from
> the Linux Kbuild script into the make-asm-offsets file I missed the
> fact that the former runs in a "make" context and thus uses double
> "$$" to escape a single "$", while the latter is a shell script, where
> this must not be done. Unfortunately the problem did not show up
> during the initial tests on Power Architecture systems, but on ARM the
> generated asm-offsets.h was not correct.
>
> Signed-off-by: Wolfgang Denk <wd at denx.de>
> ---
> tools/scripts/make-asm-offsets | 4 ++--
> 1 files changed, 2 insertions(+), 2 deletions(-)
Applied.
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
"None of our men are "experts." We have most unfortunately found it
necessary to get rid of a man as soon as he thinks himself an expert
-- because no one ever considers himself expert if he really knows
his job. A man who knows a job sees so much more to be done than he
has done, that he is always pressing forward and never gives up an
instant of thought to how good and how efficient he is. Thinking
always ahead, thinking always of trying to do more, brings a state of
mind in which nothing is impossible. The moment one gets into the
"expert" state of mind a great number of things become impossible."
- From Henry Ford Sr., "My Life and Work," p. 86 (1922)
More information about the U-Boot
mailing list