mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
765f3e9327
Add make only function to convert strings to lowercase and uppercase. This can replace the `$(shell echo $(var) | tr 'a-z-' 'A-Z_')` pattern. Using the 'make' implementation results in being around 100 times faster. |
||
---|---|---|
.. | ||
checks.mk | ||
strings.mk | ||
test-checks.mk | ||
test-strings.mk | ||
test-variables.mk | ||
variables.mk |