aboutsummaryrefslogtreecommitdiff
path: root/unit-tests/var-recursive.exp
diff options
context:
space:
mode:
authorSimon J. Gerraty <sjg@FreeBSD.org>2022-02-05 20:03:50 +0000
committerSimon J. Gerraty <sjg@FreeBSD.org>2022-02-05 20:03:50 +0000
commitcdde9e894dee2074ef0dd12ddc171e5d3f1513e3 (patch)
treeffa1b3cea06486f9780c271c39db0bc2e7b006e9 /unit-tests/var-recursive.exp
parent2935fe8237c83c1dcb113dd5335733263e68e6fd (diff)
downloadsrc-cdde9e894dee2074ef0dd12ddc171e5d3f1513e3.tar.gz
src-cdde9e894dee2074ef0dd12ddc171e5d3f1513e3.zip
Import bmake-20220204vendor/NetBSD/bmake/20220204
Features of interest: Allow setting target local variables (similar to gmake) In META_MODE .MAKE.META.CMP_FILTER can be used for filtering commands before comparion. contrib/bmake/mk/cc-wrap.mk is an example of using these See ChangeLog for the gory details.
Diffstat (limited to 'unit-tests/var-recursive.exp')
-rw-r--r--unit-tests/var-recursive.exp7
1 files changed, 7 insertions, 0 deletions
diff --git a/unit-tests/var-recursive.exp b/unit-tests/var-recursive.exp
index 9739d8bcca13..44c381f94ff9 100644
--- a/unit-tests/var-recursive.exp
+++ b/unit-tests/var-recursive.exp
@@ -1,12 +1,19 @@
make: "var-recursive.mk" line 20: still there
Variable DIRECT is recursive.
+ in var-recursive.mk:21
make: stopped in unit-tests
Variable INDIRECT1 is recursive.
+ in var-recursive.mk:28
make: stopped in unit-tests
make: "var-recursive.mk" line 35: ok
Variable V is recursive.
+ in var-recursive.mk:43
+
+make: stopped in unit-tests
+: OK
+In a command near "var-recursive.mk" line 55: Variable VAR is recursive.
make: stopped in unit-tests
exit status 0