From owner-dev-commits-src-main@freebsd.org Fri Jul 9 21:48:37 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 90E9C666EE7; Fri, 9 Jul 2021 21:48:37 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (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 "smtp.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4GM6H93Mgtz3R3d; Fri, 9 Jul 2021 21:48:37 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from John-Baldwins-MacBook-Pro.local (d-24-233-223-154.va.cpe.atlanticbb.net [24.233.223.154]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) (Authenticated sender: jhb) by smtp.freebsd.org (Postfix) with ESMTPSA id 26CD7E2DA; Fri, 9 Jul 2021 21:48:37 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Subject: Re: git: 1f7d11e636ab - main - build.7: remove documentation of "make update" To: Ceri Davies , src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org References: <202107011552.161FqeER094768@gitrepo.freebsd.org> From: John Baldwin Message-ID: <5e8ca76f-39e8-0b52-1b10-249d0c0bfd0c@FreeBSD.org> Date: Fri, 9 Jul 2021 17:48:36 -0400 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:78.0) Gecko/20100101 Thunderbird/78.10.1 MIME-Version: 1.0 In-Reply-To: <202107011552.161FqeER094768@gitrepo.freebsd.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit 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: Fri, 09 Jul 2021 21:48:37 -0000 On 7/1/21 8:52 AM, Ceri Davies wrote: > 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 Oops, thanks for fixing! -- John Baldwin