blob: 2158286749f3430b15c9ebcb2359081e56b409f9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
make: "var-recursive.mk" line 21: still there
Variable DIRECT is recursive.
in var-recursive.mk:22
make: stopped in unit-tests
Variable INDIRECT1 is recursive.
in var-recursive.mk:29
make: stopped in unit-tests
make: "var-recursive.mk" line 37: ok
Variable V is recursive.
in var-recursive.mk:45
make: stopped in unit-tests
: OK
In a command near "var-recursive.mk" line 57: Variable VAR is recursive.
make: stopped in unit-tests
exit status 0
|