summaryrefslogtreecommitdiff
path: root/unit-tests/varmisc.exp
diff options
context:
space:
mode:
Diffstat (limited to 'unit-tests/varmisc.exp')
-rw-r--r--unit-tests/varmisc.exp18
1 files changed, 9 insertions, 9 deletions
diff --git a/unit-tests/varmisc.exp b/unit-tests/varmisc.exp
index 44b3c8e759cb..4d09e691de42 100644
--- a/unit-tests/varmisc.exp
+++ b/unit-tests/varmisc.exp
@@ -46,36 +46,36 @@ parse-dynamic: parse-dynamic parse-dynamic after
varerror-unclosed-1:begin
make: Unclosed variable ""
in command "@echo $("
- in target "varerror-unclosed-2"
+ in target "varerror-unclosed-2" from varmisc.mk:195
make: Unclosed variable "UNCLOSED"
in command "@echo $(UNCLOSED"
- in target "varerror-unclosed-3"
+ in target "varerror-unclosed-3" from varmisc.mk:198
make: Unclosed variable "UNCLOSED"
in command "@echo ${UNCLOSED"
- in target "varerror-unclosed-4"
+ in target "varerror-unclosed-4" from varmisc.mk:201
make: Unclosed variable "PATTERN"
while evaluating variable "UNCLOSED" with value ""
in command "@echo ${UNCLOSED:M${PATTERN"
- in target "varerror-unclosed-5"
+ in target "varerror-unclosed-5" from varmisc.mk:204
make: Unclosed expression, expecting "}" for modifier "M${PATTERN"
while evaluating variable "UNCLOSED" with value ""
in command "@echo ${UNCLOSED:M${PATTERN"
- in target "varerror-unclosed-5"
+ in target "varerror-unclosed-5" from varmisc.mk:204
make: Unclosed variable "param"
in command "@echo ${UNCLOSED.${param"
- in target "varerror-unclosed-6"
+ in target "varerror-unclosed-6" from varmisc.mk:208
make: Unclosed variable "UNCLOSED."
in command "@echo ${UNCLOSED.${param"
- in target "varerror-unclosed-6"
+ in target "varerror-unclosed-6" from varmisc.mk:208
make: Unclosed variable "UNCLOSED.1"
in command "@echo ${UNCLOSED.${:U1}"
- in target "varerror-unclosed-7"
+ in target "varerror-unclosed-7" from varmisc.mk:213
make: Unclosed variable "UNCLOSED_ORIG"
while evaluating variable "UNCLOSED_INDIR_1" with value "${UNCLOSED_ORIG"
while evaluating variable "UNCLOSED_INDIR_2" with value "${UNCLOSED_INDIR_1}"
in command "@echo ${UNCLOSED_INDIR_2}"
- in target "varerror-unclosed-8"
+ in target "varerror-unclosed-8" from varmisc.mk:217
target1-flags: we have: one two
target2-flags: we have: one two three four
exit status 2