Re: [PATCH] tools: Use builtin $(abspath ...) instead of $(shell cd ... && pwd)

From: Michal Marek
Date: Mon Apr 18 2016 - 10:47:03 EST


On 2016-04-08 11:15, Thierry Reding wrote:
> From: Thierry Reding <treding@xxxxxxxxxx>
>
> Avoid forking off a shell to resolve the absolute path of the output
> directory when make's builtin $(abspath ...) function will do an
> adequate job.

The abspath function is not available in make 3.80.

Michal