[U-Boot] [PATCH v2 3/3] mkconfig: also create CONFIG defines with BSD sed

Mike Frysinger vapier at gentoo.org
Wed Jul 20 22:08:03 CEST 2011


On Wed, Jul 20, 2011 at 14:38, Jeroen Hofstee wrote:
> Parsing of boards.cfg fails on FreeBSD with the error:
>
> sed: 1: "/=/ {s/=/\t/;q } ; { s/ ...": extra characters at the end
> of q command
>
> BSD sed expects commands to be on seperate 'lines', hence it expects
> an additional ; before the closing brackets.
> BSD sed does not support \t, replaced by literal tab.

Acked-by: Mike Frysinger <vapier at gentoo.org>
-mike


More information about the U-Boot mailing list