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