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
9 lines
129 B
Plaintext
9 lines
129 B
Plaintext
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
|