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

25 lines
1.9 KiB
Text

make: "varparse-errors.mk" line 38: Unknown modifier "Z"
make: "varparse-errors.mk" line 47: Unknown modifier "Z"
make: Bad modifier ":OX" for variable ""
make: "varparse-errors.mk" line 71: Undefined variable "${:U:OX"
make: Bad modifier ":OX" for variable ""
make: Bad modifier ":OX" for variable ""
make: "varparse-errors.mk" line 71: Undefined variable "${:U:OX"
make: Bad modifier ":OX" for variable ""
make: Unclosed variable expression, expecting '}' for modifier "Q" of variable "" with value ""
make: Unclosed variable expression, expecting '}' for modifier "sh" of variable "" with value ""
make: Unclosed variable expression, expecting '}' for modifier "tA" of variable "" with value ""
make: Unclosed variable expression, expecting '}' for modifier "tsX" of variable "" with value ""
make: Unclosed variable expression, expecting '}' for modifier "ts" of variable "" with value ""
make: Unclosed variable expression, expecting '}' for modifier "ts\040" of variable "" with value ""
make: Unclosed variable expression, expecting '}' for modifier "u" of variable "" with value ""
make: Unclosed variable expression, expecting '}' for modifier "H" of variable "" with value "."
make: Unclosed variable expression, expecting '}' for modifier "[1]" of variable "" with value ""
make: Unclosed variable expression, expecting '}' for modifier "hash" of variable "" with value "b2af338b"
make: Unclosed variable expression, expecting '}' for modifier "range" of variable "" with value "1"
make: Unclosed variable expression, expecting '}' for modifier "_" of variable "" with value ""
make: Unclosed variable expression, expecting '}' for modifier "gmtime" of variable "" with value "<timestamp>"
make: Unclosed variable expression, expecting '}' for modifier "localtime" of variable "" with value "<timestamp>"
make: Fatal errors encountered -- cannot continue
make: stopped in unit-tests
exit status 1