
12 Jun
2007
12 Jun
'07
6:07 p.m.
So, like, the other day Wolfgang Denk mumbled:
In message 466EBA23.4030308@freescale.com you wrote:
#ifdef CONFIG_CMD_AUTOSCRIPT #undef CONFIG_CMD_AUTOSCRIPT #define CONFIG_CMD_AUTOSCRIPT CONFIG_CMD_AUTOSCRIPT #else #define CONFIG_CMD_AUTOSCRIPT 0 #endif
#define foo foo ??? Not that looks uterly strange to me...
... ( repeat for each CONFIG_CMD_x )
grrrghh....
I agree.
With this technique, you won't need to modify all of the source files that use CONFIG_COMMANDS.
But we *do* want to modify all files to move them to using the new scheme.
And my follow up patch will series do it again too!
Thanks, jdl