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