The list is such as:
list_unsort = v50.0.56.8 v50.0.91.19 v50.0.91.9 v50.0.90.0 v50.0.56.18 v50.0.191.9 v37.4.5.8
try to sort this list
list_sort := $(sort $list_unsort)
Result
list_sort = v37.4.5.8 v50.0.191.9 v50.0.56.18 v50.0.56.8 v50.0.90.0 v50.0.91.19 v50.0.91.9
As seen, v50.0.56.18 should be sort behind v50.0.56.8. How to sort correct with an easy way? This is in Makefile.