Re: buildworld with -s is noisier than usual

From: Lexi Winter <ivy_at_freebsd.org>
Date: Wed, 01 Oct 2025 16:45:57 UTC
Renato Botelho wrote in <0a61ffc9-4c15-46a4-b3d5-ec6d666b4947@FreeBSD.org>:
> I usually build world using -s and recently I noticed it's noisier than it
> used to be

this isn't what you asked, but in case it's helpful, let me mention the
*-jobs targets which redirect all output to a logfile:

% make buildworld-jobs
make: /src/bsd/dev/share/mk/jobs.mk:47:
@ 1759336986 [2025-10-01 17:43:06] Start buildworld-jobs
@ 1759336987 [2025-10-01 17:43:07] Start buildworld -j10 log=/src/bsd/buildworld.log
@ 1759337042 [2025-10-01 17:44:02] Finished buildworld-jobs seconds=56

these were added in 14.0 (i think) and i always use them, since they
avoid a load of console output from the build but still preserve the
log if you need it.