2021-01-14 01:24:34 +00:00
|
|
|
For: end for 1
|
|
|
|
For: loop body:
|
|
|
|
. info ${:U!"#$%&'()*+,-./0-9\:;<=>?@A-Z[\\]_^a-z{|\}~}
|
2021-06-25 18:16:24 +00:00
|
|
|
make: Unclosed variable expression, expecting '}' for modifier "U!"" of variable "" with value "!""
|
2021-01-14 01:24:34 +00:00
|
|
|
make: "directive-for-escape.mk" line 19: !"
|
|
|
|
For: end for 1
|
|
|
|
For: loop body:
|
|
|
|
. info ${:U!"\\\\#$%&'()*+,-./0-9\:;<=>?@A-Z[\\]_^a-z{|\}~}
|
2021-06-25 18:16:24 +00:00
|
|
|
make: Unclosed variable expression, expecting '}' for modifier "U!"\\\\" of variable "" with value "!"\\"
|
2021-01-14 01:24:34 +00:00
|
|
|
make: "directive-for-escape.mk" line 29: !"\\
|
|
|
|
For: end for 1
|
|
|
|
For: loop body:
|
|
|
|
. info ${:U\$}
|
2021-12-18 07:27:22 +00:00
|
|
|
make: "directive-for-escape.mk" line 43: $
|
2021-01-14 01:24:34 +00:00
|
|
|
For: loop body:
|
|
|
|
. info ${:U${V}}
|
2021-12-18 07:27:22 +00:00
|
|
|
make: "directive-for-escape.mk" line 43: value
|
2021-01-14 01:24:34 +00:00
|
|
|
For: loop body:
|
|
|
|
. info ${:U${V:=-with-modifier}}
|
2021-12-18 07:27:22 +00:00
|
|
|
make: "directive-for-escape.mk" line 43: value-with-modifier
|
2021-01-14 01:24:34 +00:00
|
|
|
For: loop body:
|
|
|
|
. info ${:U$(V)}
|
2021-12-18 07:27:22 +00:00
|
|
|
make: "directive-for-escape.mk" line 43: value
|
2021-01-14 01:24:34 +00:00
|
|
|
For: loop body:
|
|
|
|
. info ${:U$(V:=-with-modifier)}
|
2021-12-18 07:27:22 +00:00
|
|
|
make: "directive-for-escape.mk" line 43: value-with-modifier
|
2021-01-14 01:24:34 +00:00
|
|
|
For: end for 1
|
|
|
|
For: loop body:
|
|
|
|
. info ${:U\${UNDEF\:U\\$\\$}
|
2021-12-18 07:27:22 +00:00
|
|
|
make: "directive-for-escape.mk" line 57: ${UNDEF:U\$
|
2021-01-14 01:24:34 +00:00
|
|
|
For: loop body:
|
|
|
|
. info ${:U{{\}\}}
|
2021-12-18 07:27:22 +00:00
|
|
|
make: "directive-for-escape.mk" line 57: {{}}
|
2021-01-14 01:24:34 +00:00
|
|
|
For: loop body:
|
|
|
|
. info ${:Uend\}}
|
2021-12-18 07:27:22 +00:00
|
|
|
make: "directive-for-escape.mk" line 57: end}
|
2021-02-11 01:51:11 +00:00
|
|
|
For: end for 1
|
|
|
|
For: loop body:
|
|
|
|
. info ${:Ubegin<${UNDEF:Ufallback:N{{{}}}}>end}
|
2021-12-18 07:27:22 +00:00
|
|
|
make: "directive-for-escape.mk" line 69: begin<fallback>end
|
2021-01-14 01:24:34 +00:00
|
|
|
For: end for 1
|
|
|
|
For: loop body:
|
|
|
|
. info ${:U\$}
|
2021-12-18 07:27:22 +00:00
|
|
|
make: "directive-for-escape.mk" line 77: $
|
2021-01-14 01:24:34 +00:00
|
|
|
For: end for 1
|
|
|
|
For: loop body:
|
|
|
|
. info ${NUMBERS} ${:Ureplaced}
|
2021-12-18 07:27:22 +00:00
|
|
|
make: "directive-for-escape.mk" line 85: one two three replaced
|
2021-01-14 01:24:34 +00:00
|
|
|
For: end for 1
|
|
|
|
For: loop body:
|
|
|
|
. info ${:Ureplaced}
|
2021-12-18 07:27:22 +00:00
|
|
|
make: "directive-for-escape.mk" line 95: replaced
|
2021-01-14 01:24:34 +00:00
|
|
|
For: end for 1
|
|
|
|
For: loop body:
|
|
|
|
. info . $$i: ${:Uinner}
|
|
|
|
. info . $${i}: ${:Uinner}
|
|
|
|
. info . $${i:M*}: ${:Uinner:M*}
|
|
|
|
. info . $$(i): $(:Uinner)
|
|
|
|
. info . $$(i:M*): $(:Uinner:M*)
|
|
|
|
. info . $${i$${:U}}: ${i${:U}}
|
2021-02-11 01:51:11 +00:00
|
|
|
. info . $${i\}}: ${:Uinner\}} # XXX: unclear why ForLoop_SubstVarLong needs this
|
2021-01-14 01:24:34 +00:00
|
|
|
. info . $${i2}: ${i2}
|
|
|
|
. info . $${i,}: ${i,}
|
|
|
|
. info . adjacent: ${:Uinner}${:Uinner}${:Uinner:M*}${:Uinner}
|
2021-12-18 07:27:22 +00:00
|
|
|
make: "directive-for-escape.mk" line 103: . $i: inner
|
|
|
|
make: "directive-for-escape.mk" line 104: . ${i}: inner
|
|
|
|
make: "directive-for-escape.mk" line 105: . ${i:M*}: inner
|
|
|
|
make: "directive-for-escape.mk" line 106: . $(i): inner
|
|
|
|
make: "directive-for-escape.mk" line 107: . $(i:M*): inner
|
|
|
|
make: "directive-for-escape.mk" line 108: . ${i${:U}}: outer
|
|
|
|
make: "directive-for-escape.mk" line 109: . ${i\}}: inner}
|
|
|
|
make: "directive-for-escape.mk" line 110: . ${i2}: two
|
|
|
|
make: "directive-for-escape.mk" line 111: . ${i,}: comma
|
|
|
|
make: "directive-for-escape.mk" line 112: . adjacent: innerinnerinnerinner
|
|
|
|
For: end for 1
|
|
|
|
For: loop body:
|
|
|
|
. info eight $$$$$$$$ and no cents.
|
|
|
|
. info eight ${:Udollar}${:Udollar}${:Udollar}${:Udollar} and no cents.
|
|
|
|
make: "directive-for-escape.mk" line 120: eight $$$$ and no cents.
|
|
|
|
make: "directive-for-escape.mk" line 121: eight dollardollardollardollar and no cents.
|
|
|
|
make: "directive-for-escape.mk" line 130: eight and no cents.
|
|
|
|
For: end for 1
|
|
|
|
make: "directive-for-escape.mk" line 137: newline in .for value
|
|
|
|
make: "directive-for-escape.mk" line 137: newline in .for value
|
|
|
|
For: loop body:
|
|
|
|
. info short: ${:U" "}
|
|
|
|
. info long: ${:U" "}
|
|
|
|
make: "directive-for-escape.mk" line 138: short: " "
|
|
|
|
make: "directive-for-escape.mk" line 139: long: " "
|
|
|
|
make: Fatal errors encountered -- cannot continue
|
|
|
|
make: stopped in unit-tests
|
|
|
|
exit status 1
|