mirror of
https://github.com/opnsense/src.git
synced 2026-06-07 15:52:40 -04:00
Most relevant change: o parse.c: try to include 'posix.mk' the first time .POSIX: is encountered, to allow for beter POSIX compliance. Others o cond.c: make debug logging for comparisons less technical o lst.c: fix mem leak in Lst_Remove o job.c: fix echoing of command with '-' in silent target in jobs mode o var.c: make debug logs more readable prefer 'long long' over 'long' on 32-bit C99 platforms fix crash on .undef of an environment variable
8 lines
131 B
Text
8 lines
131 B
Text
MAKELEVEL=1
|
|
TMPDIR=<tmpdir>
|
|
UT_DOLLAR=This is $UT_FU
|
|
UT_FOO=foobar is fubar
|
|
UT_FU=fubar
|
|
UT_TEST=export
|
|
UT_ZOO=hoopie
|
|
exit status 0
|