Searched hist:"46 a898f9456a8e498b037623d31fc4b57879a63b" (Results 1 – 1 of 1) sorted by relevance
| /rk3399_ARM-atf/make_helpers/ |
| H A D | utilities.mk | 46a898f9456a8e498b037623d31fc4b57879a63b Mon Nov 10 15:38:56 UTC 2025 Chris Kay <chris.kay@arm.com> fix(build): fix incorrect expansions in `shell-map`
The `shell-map` function needs to pass values it receives from the shell back into Make for evaluation, which requires certain special characters to be escaped.
This escaping is currently resulting in those characters *not* being escaped, and consequently instead generates some funky (unhelpful) syntax errors half-way through reading the Makefile.
This change corrects the escape substitutions so that they are evaluated as expected within Make.
Change-Id: I7b47a48342f626efe362e05283ee59520673375f Signed-off-by: Chris Kay <chris.kay@arm.com>
|