aboutsummaryrefslogtreecommitdiff
path: root/contrib/bmake/unit-tests/opt-touch-jobs.mk
Commit message (Collapse)AuthorAgeFilesLines
* Merge bmake-20250618Simon J. Gerraty2025-06-281-2/+2
|
* Merge bmake-20210206Simon J. Gerraty2021-02-111-1/+7
| | | | | | | | | | | 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
* Merge bmake-20201117Simon J. Gerraty2020-11-201-0/+30
o allow env var MAKE_OBJDIR_CHECK_WRITABLE=no to skip writable checks in InitObjdir. Explicit .OBJDIR target always allows read-only directory. o More code cleanup and refactoring. o More unit tests MFC after: 1 week Notes: svn path=/head/; revision=367863