mirror of
https://github.com/opnsense/src.git
synced 2026-04-04 17:05:14 -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
12 lines
739 B
Text
12 lines
739 B
Text
make: "cond-func.mk" line 36: Missing closing parenthesis for defined()
|
|
make: "cond-func.mk" line 51: Missing closing parenthesis for defined()
|
|
make: "cond-func.mk" line 54: Missing closing parenthesis for defined()
|
|
make: "cond-func.mk" line 94: The empty variable is never defined.
|
|
make: "cond-func.mk" line 102: A plain function name is parsed as !empty(...).
|
|
make: "cond-func.mk" line 109: A plain function name is parsed as !empty(...).
|
|
make: "cond-func.mk" line 119: Symbols may start with a function name.
|
|
make: "cond-func.mk" line 124: Symbols may start with a function name.
|
|
make: "cond-func.mk" line 130: Malformed conditional (defined()
|
|
make: Fatal errors encountered -- cannot continue
|
|
make: stopped in unit-tests
|
|
exit status 1
|