[U-Boot-Users] [PATCH] make define2mk.sed work on FreeBSD

Marcel Moolenaar marcelm at juniper.net
Sat Feb 16 04:01:21 CET 2008


In the thread "[1.3.2-rc1] MPC8548CDS/MPC8555CDS configs fails to link",
the define2mk.sed script was identified as the source of the link
failure on FreeBSD. The problem is that sed(1) does not always support
the '+' operator. It isn't on FreeBSD. The attach patch implements the
equivalent, using the '*' operator instead and should work everywhere.

-- 
Marcel Moolenaar
marcelm at juniper.net


-------------- next part --------------
A non-text attachment was scrubbed...
Name: u-boot.patch
Type: application/octet-stream
Size: 425 bytes
Desc: not available
Url : http://lists.denx.de/pipermail/u-boot/attachments/20080215/28cb2fb1/attachment.obj 
-------------- next part --------------



More information about the U-Boot mailing list