Doubts when preparing WebToolkit's port file

Jamey Sharp jamey at ...343...
Mon Nov 16 17:48:33 CET 2015


Hi!

On Nov 15, 2015 9:29 PM, "Reinier Millo Sánchez" <rmillo at ...210...> wrote:
>> find . -name "*.C" -exec rename 's/\.C$/.cpp/' '{}' \;
>
> I have tried something like this on the port file:
>>
>> CMD := `find . -name "*.C" -exec rename 's/\.C$/.cpp/' '{}' \;`
>>
>> default:
>>     ${CMD}

I'm not sure if this is the (only) issue, but the back-quotes look fishy to
me. Does this fix your issue?

CMD := find . -name "*.C" -exec rename 's/\.C$/.cpp/' '{}' \;

Jamey
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.genode.org/pipermail/users/attachments/20151116/0d601900/attachment.html>


More information about the users mailing list