
14 Sep
2008
14 Sep
'08
12:18 a.m.
This should avoid to "lost" some configuration parameters during this
transitory.phase. this file should be included by common.h for
example.
IMHO, I do not think it's needed due to there is no "lost" possible with
this kind of script
git-grep CFG_ | cut -d: -f1 | grep -v -e "CHANGELOG*" | xargs sed -i -e
"s:CFG_:CONFIG_SYS_:g"
This doesn't apply on CFG_ENV_IS_* / CONFIG_ENV_IS_* macros (for example). and
I should use this grep/sed only at the end of the macro renaming. I'm speaking about the transitory time.
The CFG_ENV_ is already renammed into CONFIG_ENV_ and applied in Wolfgang's tree.
Best Regards, J.