Re: dashes in Makefile macro names

2011-02-03 Thread Eric Blake
On 01/28/2011 04:38 AM, Bruno Haible wrote: > Hi, > > Can you use $(FOO-BAR) in Makefile? It's not portable in POSIX [1] > "Applications shall select macro names from the set of characters >consisting solely of periods, underscores, digits, and alphabetics >from the portable character se

Re: dashes in Makefile macro names

2011-01-28 Thread Ralf Wildenhues
* Eric Blake wrote on Fri, Jan 28, 2011 at 04:04:19PM CET: > On 01/28/2011 04:38 AM, Bruno Haible wrote: > > Can you use $(FOO-BAR) in Makefile? It's not portable in POSIX [1] > > Then let's get that addressed in POSIX! Thank you Eric for being thorough! > We're already in the middle of > gettin