[PATCH] Makefile: Match the full path to ccache for filtering

Tom Rini trini at konsulko.com
Thu Dec 19 22:43:26 CET 2024


On Tue, 10 Dec 2024 14:46:45 +0530, Manorit Chawdhry wrote:

> One can use ccache by keeping ccache in PATH or by providing the full
> path to ccache as well. Providing the full path to ccache fails as the
> current regex tries to look for ccache being the initial token during
> filtering.
> 
> Do a greedy search to remove anything before ccache for regex matching.
> 
> [...]

Applied to u-boot/master, thanks!

-- 
Tom




More information about the U-Boot mailing list