Re: git: ddf6fad0295a - main - etcupdate: Make nobuild the default

From: Jessica Clarke <jrtc27_at_freebsd.org>
Date: Fri, 05 Jun 2026 16:19:22 UTC
On 5 Jun 2026, at 16:53, Dag-Erling Smørgrav <des@freebsd.org> wrote:
> 
> The branch main has been updated by des:
> 
> URL: https://cgit.FreeBSD.org/src/commit/?id=ddf6fad0295aa92af5eed2a4b2fa0bd02f47d94d
> 
> commit ddf6fad0295aa92af5eed2a4b2fa0bd02f47d94d
> Author:     Dag-Erling Smørgrav <des@FreeBSD.org>
> AuthorDate: 2026-06-05 15:53:25 +0000
> Commit:     Dag-Erling Smørgrav <des@FreeBSD.org>
> CommitDate: 2026-06-05 15:53:25 +0000
> 
>    etcupdate: Make nobuild the default
> 
>    The common case for etcupdate is to run it after building and installing
>    the world, in which case we already have an object directory to draw on.
>    Add a -b option to turn nobuild off (opposite of -B), and turn nobuild
>    on by default.
> 
>    MFC after:      1 week

Changing the default here seems like it might not be appropriate for MFC?

Adding the -b option only though would be a good thing to MFC.

Jessica