In article <20130503174230.gp24...@snowdrop.l8s.co.uk>,
David Laight  <da...@l8s.co.uk> wrote:
>On Fri, May 03, 2013 at 03:55:22PM +0000, Matt Thomas wrote:
>> Module Name: src
>> Committed By:        matt
>> Date:                Fri May  3 15:55:22 UTC 2013
>> 
>> Modified Files:
>>      src/share/mk: bsd.own.mk
>> 
>> Log Message:
>> Use !empty(MACHINE_ARCH:Mearm*) instead of ${MACHINE_ARCH:Mearm*} != ""
>
>Any reason?
>Make finds it much harder to parse empty().

make finds it? how so? It has to do more work to parse the second form,
plus writing the second form is ambiguous. does the LHS need quoting or
not. Why? Will single quotes work too?

christos

Reply via email to