dba7b0ef92
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
284 B
Plaintext
12 lines
284 B
Plaintext
echo ": Making opt-touch-phony."
|
|
{ : Making opt-touch-phony.
|
|
} || exit $?
|
|
echo 'Making opt-touch-make.'
|
|
Making opt-touch-make.
|
|
echo ": Making opt-touch-regular."
|
|
{ : Making opt-touch-regular.
|
|
} || exit $?
|
|
`opt-touch-join' is up to date.
|
|
`opt-touch-use' is up to date.
|
|
exit status 0
|