From owner-dev-commits-src-main@freebsd.org Thu Jul 1 15:52:40 2021 Return-Path: Delivered-To: dev-commits-src-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id A9D9066681D; Thu, 1 Jul 2021 15:52:40 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4GG2m844f1z4Vmy; Thu, 1 Jul 2021 15:52:40 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7449B232A3; Thu, 1 Jul 2021 15:52:40 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 161Fqewt094769; Thu, 1 Jul 2021 15:52:40 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 161FqeER094768; Thu, 1 Jul 2021 15:52:40 GMT (envelope-from git) Date: Thu, 1 Jul 2021 15:52:40 GMT Message-Id: <202107011552.161FqeER094768@gitrepo.freebsd.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org From: Ceri Davies Subject: git: 1f7d11e636ab - main - build.7: remove documentation of "make update" MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: ceri X-Git-Repository: src X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 1f7d11e636abf68d92b052fefe63b687d84c966a Auto-Submitted: auto-generated X-BeenThere: dev-commits-src-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for the main branch of the src repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jul 2021 15:52:40 -0000 The branch main has been updated by ceri (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=1f7d11e636abf68d92b052fefe63b687d84c966a commit 1f7d11e636abf68d92b052fefe63b687d84c966a Author: Ceri Davies AuthorDate: 2021-07-01 15:04:33 +0000 Commit: Ceri Davies CommitDate: 2021-07-01 15:52:32 +0000 build.7: remove documentation of "make update" update target was removed in e290182bcf3895ca659dff111bca6a077c4708b1 --- share/man/man7/build.7 | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) diff --git a/share/man/man7/build.7 b/share/man/man7/build.7 index 62c24eaed0dc..9d311a2f2f6c 100644 --- a/share/man/man7/build.7 +++ b/share/man/man7/build.7 @@ -24,7 +24,7 @@ .\" .\" $FreeBSD$ .\" -.Dd May 15, 2021 +.Dd July 1, 2021 .Dt BUILD 7 .Os .Sh NAME @@ -310,9 +310,6 @@ Like with .Va WITHOUT_KERNELS defined so only the worlds for each architecture are built. -.It Cm update -Get updated sources as configured in -.Xr make.conf 5 . .It Cm targets Print a list of supported .Va TARGET @@ -760,26 +757,12 @@ If set, the build process does not run as part of the .Cm buildkernel target. -.It Va NO_DOCUPDATE -If set, the update process does not update the source of the -.Fx -documentation as part of the -.Dq make update -target. .It Va NO_LIBS If set, the libraries phase will be skipped. .It Va NO_OBJWALK If set, no object directories will be created. This should only be used if object directories were created in a previous build and no new directories are connected. -.It Va NO_PORTSUPDATE -If set, the update process does not update the Ports tree as part of the -.Dq make update -target. -.It Va NO_WWWUPDATE -If set, the update process does not update the www tree as part of the -.Dq make update -target. .It Va WORLDFAST If set, the build target .Cm buildworld