moderrs.exp revision 1.52 1 make: Unknown modifier ":Z"
2 while evaluating variable "VAR" with value "TheVariable"
3 in command "@echo 'VAR:Z=before-${VAR:Z}-after'"
4 in target "mod-unknown-direct"
5 make: Unknown modifier ":Z"
6 while evaluating indirect modifiers "Z"
7 while evaluating variable "VAR" with value "TheVariable"
8 in command "@echo 'VAR:${MOD_UNKN}=before-${VAR:${MOD_UNKN}:inner}-after'"
9 in target "mod-unknown-indirect"
10 make: Unclosed expression, expecting '}' for modifier "S,V,v,"
11 while evaluating variable "VAR" with value "Thevariable"
12 in command "@echo VAR:S,V,v,=${VAR:S,V,v,"
13 in target "unclosed-direct"
14 make: Unclosed expression after indirect modifier, expecting '}'
15 while evaluating variable "VAR" with value "Thevariable"
16 in command "@echo VAR:${MOD_TERM},=${VAR:${MOD_S}"
17 in target "unclosed-indirect"
18 make: Unfinished modifier after "v", expecting ","
19 while evaluating indirect modifiers "S,V,v"
20 while evaluating variable "VAR" with value "TheVariable"
21 in command "-@echo "VAR:${MOD_TERM}=${VAR:${MOD_TERM}}""
22 in target "unfinished-indirect"
23 make: Unfinished modifier after "var}", expecting "@"
24 while evaluating variable "UNDEF" with value "1 2 3"
25 in command "@echo ${UNDEF:U1 2 3:@var}"
26 in target "unfinished-loop-1"
27 make: Unfinished modifier after "...}", expecting "@"
28 while evaluating variable "UNDEF" with value "1 2 3"
29 in command "@echo ${UNDEF:U1 2 3:@var (at) ...}"
30 in target "unfinished-loop-2"
31 1 2 3
32 make: Unclosed expression, expecting '}' for modifier "@var@${var}}...@"
33 while evaluating variable "UNDEF" with value "1}... 2}... 3}..."
34 in command "@echo ${UNDEF:U1 2 3:@var@${var}}...@"
35 in target "loop-close-1"
36 1}... 2}... 3}...
37 make: Unfinished modifier after "}", expecting "]"
38 while evaluating variable "UNDEF" with value "1 2 3"
39 in command "@echo ${UNDEF:U1 2 3:[}"
40 in target "words-1"
41 make: Unfinished modifier after "#}", expecting "]"
42 while evaluating variable "UNDEF" with value "1 2 3"
43 in command "@echo ${UNDEF:U1 2 3:[#}"
44 in target "words-2"
45 13=
46 make: Bad modifier ":[123451234512345123451234512345]"
47 while evaluating variable "UNDEF" with value "1 2 3"
48 in command "@echo 12345=${UNDEF:U1 2 3:[123451234512345123451234512345]:S,^$,ok,:S,^3$,ok,}"
49 in target "words-3"
50 make: Unfinished modifier after "echo}", expecting "!"
51 while evaluating variable "VARNAME" with value ""
52 in command "@echo ${VARNAME:!echo}"
53 in target "exclam-1"
54 make: Unfinished modifier after "=exclam}", expecting "!"
55 while evaluating variable "!" with value "!"
56 in command "@echo ${!:L:!=exclam}"
57 in target "exclam-2"
58 make: Missing delimiter for modifier ':S'
59 while evaluating variable "VAR" with value "TheVariable"
60 in command "@echo 1: ${VAR:S"
61 in target "mod-subst-delimiter-1"
62 make: Unfinished modifier after "", expecting ","
63 while evaluating variable "VAR" with value "TheVariable"
64 in command "@echo 2: ${VAR:S,"
65 in target "mod-subst-delimiter-2"
66 make: Unfinished modifier after "from", expecting ","
67 while evaluating variable "VAR" with value "TheVariable"
68 in command "@echo 3: ${VAR:S,from"
69 in target "mod-subst-delimiter-3"
70 make: Unfinished modifier after "", expecting ","
71 while evaluating variable "VAR" with value "TheVariable"
72 in command "@echo 4: ${VAR:S,from,"
73 in target "mod-subst-delimiter-4"
74 make: Unfinished modifier after "to", expecting ","
75 while evaluating variable "VAR" with value "TheVariable"
76 in command "@echo 5: ${VAR:S,from,to"
77 in target "mod-subst-delimiter-5"
78 make: Unclosed expression, expecting '}' for modifier "S,from,to,"
79 while evaluating variable "VAR" with value "TheVariable"
80 in command "@echo 6: ${VAR:S,from,to,"
81 in target "mod-subst-delimiter-6"
82 7: TheVariable
83 make: Missing delimiter for modifier ':C'
84 while evaluating variable "VAR" with value "TheVariable"
85 in command "@echo 1: ${VAR:C"
86 in target "mod-regex-delimiter-1"
87 make: Unfinished modifier after "", expecting ","
88 while evaluating variable "VAR" with value "TheVariable"
89 in command "@echo 2: ${VAR:C,"
90 in target "mod-regex-delimiter-2"
91 make: Unfinished modifier after "from", expecting ","
92 while evaluating variable "VAR" with value "TheVariable"
93 in command "@echo 3: ${VAR:C,from"
94 in target "mod-regex-delimiter-3"
95 make: Unfinished modifier after "", expecting ","
96 while evaluating variable "VAR" with value "TheVariable"
97 in command "@echo 4: ${VAR:C,from,"
98 in target "mod-regex-delimiter-4"
99 make: Unfinished modifier after "to", expecting ","
100 while evaluating variable "VAR" with value "TheVariable"
101 in command "@echo 5: ${VAR:C,from,to"
102 in target "mod-regex-delimiter-5"
103 make: Unclosed expression, expecting '}' for modifier "C,from,to,"
104 while evaluating variable "VAR" with value "TheVariable"
105 in command "@echo 6: ${VAR:C,from,to,"
106 in target "mod-regex-delimiter-6"
107 7: TheVariable
108 112358132134
109 15152535558513521534
110 make: Unknown modifier ":ts\65oct"
111 while evaluating variable "FIB" with value "1 1 2 3 5 8 13 21 34"
112 in command "@echo ${FIB:ts\65oct} # bad modifier"
113 in target "mod-ts-parse-3"
114 make: Unknown modifier ":ts\65oct"
115 while evaluating "${:U${FIB}:ts\65oct} # bad modifier, variable name is """ with value "1 1 2 3 5 8 13 21 34"
116 in command "@echo ${:U${FIB}:ts\65oct} # bad modifier, variable name is """
117 in target "mod-ts-parse-4"
118 make: Unknown modifier ":tsxy"
119 while evaluating variable "FIB" with value "1 1 2 3 5 8 13 21 34"
120 in command "@echo ${FIB:tsxy} # modifier too long"
121 in target "mod-ts-parse-5"
122 make: Unknown modifier ":t"
123 while evaluating variable "FIB" with value "1 1 2 3 5 8 13 21 34"
124 in command "@echo ${FIB:t"
125 in target "mod-t-parse-1"
126 make: Unknown modifier ":txy"
127 while evaluating variable "FIB" with value "1 1 2 3 5 8 13 21 34"
128 in command "@echo ${FIB:txy}"
129 in target "mod-t-parse-2"
130 make: Unknown modifier ":t"
131 while evaluating variable "FIB" with value "1 1 2 3 5 8 13 21 34"
132 in command "@echo ${FIB:t}"
133 in target "mod-t-parse-3"
134 make: Unknown modifier ":t"
135 while evaluating variable "FIB" with value "1 1 2 3 5 8 13 21 34"
136 in command "@echo ${FIB:t:M*}"
137 in target "mod-t-parse-4"
138 make: Unfinished modifier after "", expecting ":"
139 while evaluating then-branch of condition "FIB"
140 in command "@echo ${FIB:?"
141 in target "mod-ifelse-parse-1"
142 make: Unfinished modifier after "then", expecting ":"
143 while evaluating then-branch of condition "FIB"
144 in command "@echo ${FIB:?then"
145 in target "mod-ifelse-parse-2"
146 make: Unfinished modifier after "", expecting "}"
147 while evaluating else-branch of condition "FIB"
148 in command "@echo ${FIB:?then:"
149 in target "mod-ifelse-parse-3"
150 make: Unfinished modifier after "else", expecting "}"
151 while evaluating else-branch of condition "FIB"
152 in command "@echo ${FIB:?then:else"
153 in target "mod-ifelse-parse-4"
154 then
155 1 1 2 3 5 8 13 21 34
156 make: Unknown modifier ":__"
157 while evaluating variable "FIB" with value "1 1 2 3 5 8 13 21 34"
158 in command "@echo ${FIB:__} # modifier name too long"
159 in target "mod-remember-parse"
160 make: Unknown modifier ":3"
161 while evaluating variable "FIB" with value "1 1 2 3 5 8 13 21 34"
162 in command "@echo ${FIB:3"
163 in target "mod-sysv-parse-1"
164 make: Unfinished modifier after "", expecting "}"
165 while evaluating variable "FIB" with value "1 1 2 3 5 8 13 21 34"
166 in command "@echo ${FIB:3="
167 in target "mod-sysv-parse-2"
168 make: Unfinished modifier after "x3", expecting "}"
169 while evaluating variable "FIB" with value "1 1 2 3 5 8 13 21 34"
170 in command "@echo ${FIB:3=x3"
171 in target "mod-sysv-parse-3"
172 1 1 2 x3 5 8 1x3 21 34
173 exit status 2
174