freebsd-src/contrib/bmake/unit-tests/cond-undef-lint.exp
Simon J. Gerraty 148ee84570 Merge bmake-20230622
Merge commit '3e39ce563b9ba25883e5aa37d9799eda9e57c1e0'
2023-06-27 13:57:58 -07:00

11 lines
580 B
Plaintext
Executable file

make: "cond-undef-lint.mk" line 25: Variable "UNDEF" is undefined
make: "cond-undef-lint.mk" line 25: Malformed conditional (${UNDEF})
make: "cond-undef-lint.mk" line 43: Variable "UNDEF" is undefined
make: "cond-undef-lint.mk" line 43: Variable "VAR." is undefined
make: "cond-undef-lint.mk" line 43: Malformed conditional (${VAR.${UNDEF}})
make: "cond-undef-lint.mk" line 56: Variable "VAR.defined" is undefined
make: "cond-undef-lint.mk" line 56: Malformed conditional (${VAR.${DEF}})
make: Fatal errors encountered -- cannot continue
make: stopped in unit-tests
exit status 1