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 12:57:20 +0100 (CET) Subject: [U-Boot] [PATCH v9 15/30] autoconfig.mk: Make it possible to define configs from other configs In-Reply-To: <20130308052519.190E4200643@gemini.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> <20130308052519.190E4200643@gemini.denx.de> Message-ID: <1127103591.355511.1362743840872.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 Dear Wolfgang Denk, On Friday, March 8, 2013 6:25:19 AM, Wolfgang Denk wrote: > Dear Marek Vasut, > > In message <201303080429.00780.marex@denx.de> 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 has the same issue of including the unwanted lower case > letters. Does it mean that you have also read my 2 messages and that you confirm that you absolutely want this change despite the exiting configs with lowercase letters? Best regards, Beno?t