mirror of
https://github.com/opnsense/src.git
synced 2026-06-07 15:52:40 -04:00
Relevant/interesting changes:
* make.1: document seemingly unexplained Error code 6.
o compat.c: CompatDeleteTarget skip .PHONY targets to be
consistent with JobDeleteTarget.
o job.c: fix memory leak in handling sysv :from=to modifiers
o unit tests for .MAKE.META.IGNORE_{FILTER,PATHS,PATTERNS}
o var.c: fix parsing of unevaluated subexpressions with
unbalanced '{}'
o cond.c: reduce complexity of evaluating expressions
11 lines
876 B
Text
11 lines
876 B
Text
make: "cond-cmp-string.mk" line 19: Malformed conditional (str != str)
|
|
make: "cond-cmp-string.mk" line 44: Malformed conditional ("string" != "str""ing")
|
|
make: "cond-cmp-string.mk" line 52: Malformed conditional (!("value" = "value"))
|
|
make: "cond-cmp-string.mk" line 60: Malformed conditional (!("value" === "value"))
|
|
make: "cond-cmp-string.mk" line 118: Comparison with '<' requires both operands 'string' and 'string' to be numeric
|
|
make: "cond-cmp-string.mk" line 126: Comparison with '<=' requires both operands 'string' and 'string' to be numeric
|
|
make: "cond-cmp-string.mk" line 134: Comparison with '>' requires both operands 'string' and 'string' to be numeric
|
|
make: "cond-cmp-string.mk" line 142: Comparison with '>=' requires both operands 'string' and 'string' to be numeric
|
|
make: Fatal errors encountered -- cannot continue
|
|
make: stopped in unit-tests
|
|
exit status 1
|