]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/bmake/unit-tests/cond-func.exp
Merge bmake-20201117
[FreeBSD/FreeBSD.git] / contrib / bmake / unit-tests / cond-func.exp
1 make: "cond-func.mk" line 36: warning: Missing closing parenthesis for defined()
2 make: "cond-func.mk" line 36: Malformed conditional (!defined(A B))
3 make: "cond-func.mk" line 51: warning: Missing closing parenthesis for defined()
4 make: "cond-func.mk" line 51: Malformed conditional (!defined(A&B))
5 make: "cond-func.mk" line 54: warning: Missing closing parenthesis for defined()
6 make: "cond-func.mk" line 54: Malformed conditional (!defined(A|B))
7 make: "cond-func.mk" line 94: The empty variable is never defined.
8 make: "cond-func.mk" line 102: A plain function name is parsed as !empty(...).
9 make: "cond-func.mk" line 109: A plain function name is parsed as !empty(...).
10 make: "cond-func.mk" line 119: Symbols may start with a function name.
11 make: "cond-func.mk" line 124: Symbols may start with a function name.
12 make: "cond-func.mk" line 130: Malformed conditional (defined()
13 make: Fatal errors encountered -- cannot continue
14 make: stopped in unit-tests
15 exit status 1