On 08/07/2012 11:53 PM, Matthew Seaman wrote:
> On 08/08/2012 07:25, Matthew Seaman wrote:
>> Actually, that raises an important point, because the constructed
>> variable names like 'mysql55-client_SET' should perhaps have
>> syntactically significant characters like '-', '+' mapped to '_'
> 
> Interesting.  A very quick test shows that make(1) variables seem to
> work just fine despite those significant characters:
> 
> % cat Makefile
> 
> Foo-bar= wibble
> Baz+QUX= flonk
> 
> all:
>       @echo ${Foo-bar}
>       @echo ${Baz+QUX}
> 
> % make
> wibble
> flonk

It would be less good for those of us who manipulate such things in
Bourne shell. :)

Doug

_______________________________________________
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Reply via email to