HomeFreeBSD

Run `make obj` before running `make test-includes`

Description

Run make obj before running make test-includes

Before this change, make test-includes (run as part of buildworld)
would place test files in the current directory, which would clutter up
git clones. Run make obj beforehand to ensure that the files are put
in ${.OBJDIR} instead of ${.CURDIR}. This helps cut down on the
noise significantly when running commands like git status.

MFC after: 1 week
Differential Revision: https://reviews.freebsd.org/D55499

Details

Provenance
ngieAuthored on Mar 3 2026, 5:59 AM
Differential Revision
D55499: Run `make obj` before running `make test-includes`
Parents
rGc47cefba8312: Only build USB-related modules if MK_USB != no
Branches
Unknown
Tags
Unknown