varmod-to-upper.mk revision 1.3
1# $NetBSD: varmod-to-upper.mk,v 1.3 2020/08/23 15:18:43 rillig Exp $ 2# 3# Tests for the :tu variable modifier, which returns the words in the 4# variable value, converted to uppercase. 5 6# The :tu and :tl modifiers operate on the variable value as a single string, 7# not as a list of words. Therefore, the adjacent spaces are preserved. 8mod-tu-space: 9 @echo $@: ${a b:L:tu:Q} 10