commit | 9ea541af90072a8d9cbd7d11e9f30807c0d42178 | [log] [tgz] |
---|---|---|
author | Manorit Chawdhry <m-chawdhry@ti.com> | Tue Dec 10 14:46:45 2024 +0530 |
committer | Tom Rini <trini@konsulko.com> | Thu Dec 19 12:18:57 2024 -0600 |
tree | f86b61f4125d55c523c4761f40c87e14b4417d85 | |
parent | 83891198040f260c2796b3a82787eab944be1291 [diff] |
Makefile: Match the full path to ccache for filtering 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. Fixes: 04b1d84221d5 ("Makefile: fix empty MK_ARCH when using ccache") Signed-off-by: Manorit Chawdhry <m-chawdhry@ti.com>