Home | History | Annotate | Download | only in unit-tests
History log of /src/usr.bin/make/unit-tests/cmdline.mk
RevisionDateAuthorComments
 1.7  29-Aug-2024  sjg make: unit-tests/cmdline do not remove TMPDIR

When running unit-tests in meta mode, removing TMPDIR while
still in use is fatal. Ensure that TMPBASE used by cmdline.mk
is a subdir of TMPDIR.
 1.6  18-Aug-2024  rillig tests/make: clean up private temporary directory after running tests

Fixes PR bin/58569.
 1.5  23-Apr-2024  rillig branches: 1.5.2;
make: clean up comments, code and tests
 1.4  10-Jun-2022  rillig tests/make: demonstrate spaces and '#' in command line arguments
 1.3  06-Feb-2021  sjg Avoid test failures when more than one user run them.

Use a private TMPDIR
a subdir of .OBJDIR if using it
otherwise /tmp/uid${.MAKE.UID}
 1.2  15-Nov-2020  rillig make(1): clean up some tests

Fix some mistakes in comments.

Improve some comments to be easier understandable.

Inline variables that are irrelevant for the test at hand (RUN,
MAKE_CMD).

Remove references to functions and constants that have since been removed
or renamed.
 1.1  28-Jul-2020  rillig make(1): add test for setting .OBJDIR via the command line
 1.5.2.1  02-Aug-2025  perseant Sync with HEAD

RSS XML Feed