mirror of
https://github.com/opnsense/src.git
synced 2026-04-03 00:15:16 -04:00
Changes of interest
o unit-tests: use private TMPDIR to avoid errors from other users
o avoid strdup in mkTempFile
o always use vfork
o job.c: do not create empty shell files in jobs mode
reduce unnecessary calls to waitpid
o cond.c: fix debug output for comparison operators in conditionals
11 lines
762 B
Text
11 lines
762 B
Text
make: "cond-cmp-string.mk" line 18: Malformed conditional (str != str)
|
|
make: "cond-cmp-string.mk" line 42: Malformed conditional ("string" != "str""ing")
|
|
make: "cond-cmp-string.mk" line 49: Malformed conditional (!("value" = "value"))
|
|
make: "cond-cmp-string.mk" line 56: Malformed conditional (!("value" === "value"))
|
|
make: "cond-cmp-string.mk" line 113: String comparison operator must be either == or !=
|
|
make: "cond-cmp-string.mk" line 120: String comparison operator must be either == or !=
|
|
make: "cond-cmp-string.mk" line 127: String comparison operator must be either == or !=
|
|
make: "cond-cmp-string.mk" line 134: String comparison operator must be either == or !=
|
|
make: Fatal errors encountered -- cannot continue
|
|
make: stopped in unit-tests
|
|
exit status 1
|