From owner-dev-commits-src-main@freebsd.org Sun Apr 11 21:06: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 7C7395DDA04; Sun, 11 Apr 2021 21:06:37 +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 4FJPYn38MHz4bf3; Sun, 11 Apr 2021 21:06:37 +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 5F3B02EBB; Sun, 11 Apr 2021 21:06:37 +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 13BL6bsv014589; Sun, 11 Apr 2021 21:06:37 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 13BL6boH014588; Sun, 11 Apr 2021 21:06:37 GMT (envelope-from git) Date: Sun, 11 Apr 2021 21:06:37 GMT Message-Id: <202104112106.13BL6boH014588@gitrepo.freebsd.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org From: =?utf-8?B?U3RlZmFuIEXDn2Vy?= Subject: git: 2a47875ea6a8 - main - ObsoleteFiles.inc: Add comment regarding optional files MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: se X-Git-Repository: src X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 2a47875ea6a8359fd329ef1760da91b54396436f 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: Sun, 11 Apr 2021 21:06:37 -0000 The branch main has been updated by se: URL: https://cgit.FreeBSD.org/src/commit/?id=2a47875ea6a8359fd329ef1760da91b54396436f commit 2a47875ea6a8359fd329ef1760da91b54396436f Author: Stefan Eßer AuthorDate: 2021-04-11 21:00:39 +0000 Commit: Stefan Eßer CommitDate: 2021-04-11 21:00:39 +0000 ObsoleteFiles.inc: Add comment regarding optional files I had added entries that depended on some build option to this file and have been informed, that those go into a different file in another directory. Mentioning /usr/src/tools/build/mk/OptionalObsoleteFiles.inc in this file should help other committers (and me) to not repeat that mistake. MFC after: 1 week --- ObsoleteFiles.inc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc index f50b9befdd66..373e014ba074 100644 --- a/ObsoleteFiles.inc +++ b/ObsoleteFiles.inc @@ -11,6 +11,10 @@ # In case of a complete directory hierarchy the sorting is in depth first # order. # +# Files that are installed or removed depending on some build option +# are to be listed in /usr/src/tools/build/mk/OptionalObsoleteFiles.inc +# instead of in this file. +# # Before you commit changes to this file please check if any entries in # tools/build/mk/OptionalObsoleteFiles.inc can be removed. The following # command tells which files are listed more than once regardless of some