From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jean-Christophe PLAGNIOL-VILLARD Date: Sun, 14 Sep 2008 00:18:20 +0200 Subject: [U-Boot] =?iso-8859-1?q?=5BAnnounce=5D=5BRFC=5D=A0CFG=5F_macro_re?= =?iso-8859-1?q?naming?= In-Reply-To: <200809140012.33256.luigi.mantellini.ml@gmail.com> References: <20080901235624.GC316@game.jcrosoft.org> <200809132338.52945.luigi.mantellini.ml@gmail.com> <20080913214155.GA32194@game.jcrosoft.org> <200809140012.33256.luigi.mantellini.ml@gmail.com> Message-ID: <20080913221820.GD32194@game.jcrosoft.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de > > > > 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.