From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?Q?Beno=C3=AEt_Th=C3=A9baudeau?= Date: Fri, 8 Mar 2013 13:14:17 +0100 (CET) Subject: [U-Boot] [PATCH v9 15/30] autoconfig.mk: Make it possible to define configs from other configs In-Reply-To: <201303080429.00780.marex@denx.de> References: <1362596377-5827-1-git-send-email-benoit.thebaudeau@advansee.com> <1362596377-5827-15-git-send-email-benoit.thebaudeau@advansee.com> <20130307065713.D53D2200520@gemini.denx.de> <201303080429.00780.marex@denx.de> Message-ID: <1422381403.355750.1362744857121.JavaMail.root@advansee.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Marek, On Friday, March 8, 2013 4:29:00 AM, Marek Vasut wrote: > Dear Wolfgang Denk, > > > Dear Beno?t Th?baudeau, > > > > In message > > <1362596377-5827-15-git-send-email-benoit.thebaudeau@advansee.com> > you wrote: > > > + # ... and from configs defined from other configs > > > + s/="\(CONFIG_[A-Za-z0-9_][A-Za-z0-9_]*\)"/=$(\1)/; > > > > Should we not remove the lower case letters here? Such are not > > supposed to be used in macro names. > > btw. CONFIG_[[:alnum:]_]\+ is shorter ;-) and less portable: see commit 02409f8. Best regards, Beno?t