mirror of
https://github.com/opnsense/src.git
synced 2026-04-05 01:15:30 -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
8 lines
526 B
Text
8 lines
526 B
Text
make: "cond-func-defined.mk" line 23: Missing closing parenthesis for defined()
|
|
make: "cond-func-defined.mk" line 33: Missing closing parenthesis for defined()
|
|
make: "cond-func-defined.mk" line 45: In .for loops, variable expressions for the loop variables are
|
|
make: "cond-func-defined.mk" line 46: substituted at evaluation time. There is no actual variable
|
|
make: "cond-func-defined.mk" line 47: involved, even if it feels like it.
|
|
make: Fatal errors encountered -- cannot continue
|
|
make: stopped in unit-tests
|
|
exit status 1
|