1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2026-01-01 01:41:18 +01:00

5 Commits

Author SHA1 Message Date
Marian Buschsieweke
c6450c702d
makefiles: add $(call max_number, <NUMS>) shell function
This can be used to get the highest value out of a list of numeric
numbers in a Makefile variable separated by whitespace.
2025-12-08 15:10:04 +01:00
Mikolai Gütschow
738a02ed15
makefiles/utils/test: remove explicit dependency on bash 2025-11-26 13:58:32 +01:00
Francisco Molina
e455ccd3c0
makefiles/utils/strings.mk: add version_greater_or_equal 2021-01-18 14:37:23 +01:00
Francisco Molina
5b10bdfcb8
makefiles/utils: add util to compare to software versions 2020-11-23 09:12:51 +01:00
Gaëtan Harter
765f3e9327
makefiles/utils: functions for lowercase and uppercase
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.
2019-08-29 13:59:31 +02:00