Date: Mon, 22 Jun 2026 19:00:02 +0000 From: Dag-Erling=?utf-8?Q? Sm=C3=B8rg?=rav <des@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 1ca439a216a0 - main - etcupdate: Recommend building when bootstrapping Message-ID: <6a398632.34737.49765c22@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by des: URL: https://cgit.FreeBSD.org/src/commit/?id=1ca439a216a0415e409218c1ebbcbbd4ff89d75c commit 1ca439a216a0415e409218c1ebbcbbd4ff89d75c Author: Dag-Erling Smørgrav <des@FreeBSD.org> AuthorDate: 2026-06-22 18:59:23 +0000 Commit: Dag-Erling Smørgrav <des@FreeBSD.org> CommitDate: 2026-06-22 18:59:41 +0000 etcupdate: Recommend building when bootstrapping Since building is no longer the default, add -b to the bootstrapping examples as they are likely to be run with a tree that hasn't been built. MFC after: 1 week Fixes: ddf6fad0295a ("etcupdate: Make nobuild the default") Reviewed by: jhb Differential Revision: https://reviews.freebsd.org/D57643 --- usr.sbin/etcupdate/etcupdate.8 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/usr.sbin/etcupdate/etcupdate.8 b/usr.sbin/etcupdate/etcupdate.8 index 9c070dae4ecb..3a240ebfc1d8 100644 --- a/usr.sbin/etcupdate/etcupdate.8 +++ b/usr.sbin/etcupdate/etcupdate.8 @@ -23,7 +23,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd May 27, 2026 +.Dd June 18, 2026 .Dt ETCUPDATE 8 .Os .Sh NAME @@ -699,7 +699,7 @@ before updating the source tree to start the next world upgrade cycle. First, generate a reference tree: .Pp -.Dl "etcupdate extract" +.Dl "etcupdate extract -b" .Pp Second, use the @@ -725,7 +725,7 @@ The reference tree for .Nm can then be generated via: .Pp -.Dl "etcupdate extract -s /path/to/tree" +.Dl "etcupdate extract -b -s /path/to/tree" .Pp The .Cm diffhome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a398632.34737.49765c22>
