commit | 0760ff9c6948290724dfdc6ea472d116cfdea887 | [log] [tgz] |
---|---|---|
author | Marcel Moolenaar <marcelm@juniper.net> | Fri Feb 22 10:48:07 2008 -0800 |
committer | Wolfgang Denk <wd@denx.de> | Fri Feb 22 21:27:01 2008 +0100 |
tree | a70568d52e21f483a3d2c98caa81d5b3df877ecb | |
parent | faf47bcc4b4bc0d992f37241475b6d15a06f02e7 [diff] |
make define2mk.sed work on FreeBSD 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. Signed-off-by: Marcel Moolenaar <marcelm@juniper.net>