commit | d3972777820f80309c1c917894337b9516ee6f36 | [log] [tgz] |
---|---|---|
author | Chris Kay <chris.kay@arm.com> | Wed May 29 22:09:26 2024 +0000 |
committer | Chris Kay <chris.kay@arm.com> | Fri Jun 14 15:54:41 2024 +0000 |
tree | 497eb3928cdf33873468786840d8897e447d3c51 | |
parent | cd8ce3d29946d8a595023d847b398a30bcf3a45c [diff] |
build: add string casing facilities to utilities This is a small modification to two existing functions in the build system: `uppercase` and `lowercase`. These functions have been moved to the common utilities makefile, and use the `tr` tool to simplify their implementation. Behaviour is, for virtually all use-cases, identical. Change-Id: I0e459d92e454087e4188b2fa5968244e5db89906 Signed-off-by: Chris Kay <chris.kay@arm.com>