make-alpha
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Output quoting (was: Re: Possible solution for special characters in


From: Tim Murphy
Subject: Re: Output quoting (was: Re: Possible solution for special characters in makefile paths)
Date: Fri, 11 Apr 2014 10:23:08 +0100

On 11 April 2014 09:32, Eli Zaretskii <address@hidden> wrote:
>> Date: Thu, 10 Apr 2014 22:55:34 +0200
>> Cc: address@hidden, address@hidden
>> From: Frank Heckenbach <address@hidden>

>> Now, if you want to use another interpreter with different quoting
>> rules, you can do:
>>
>> SHELL = /bin/frob
>> SHELL_QUOTE = $(subst or whatever ...)

This seems like a very specific name for a very general ability.  e.g.
by setting SHELL_QUOTE I might build up a list of files used in the
build and write them to a file with $(file).  I have often wanted this
so I anticipate other people wanting it too.

Surely it's something like AUTOVAR_EXPAND?

Regards,

Tim



reply via email to

[Prev in Thread] Current Thread [Next in Thread]