Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Feb 2023 05:27:43 GMT
From:      Kyle Evans <kevans@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: ee3872a71441 - main - tools: cleanup stale dependencies from further config(8) C++ification
Message-ID:  <202302090527.3195RhXv079562@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by kevans:

URL: https://cgit.FreeBSD.org/src/commit/?id=ee3872a7144173d61a96ce110bf6b7aefe513b33

commit ee3872a7144173d61a96ce110bf6b7aefe513b33
Author:     Kyle Evans <kevans@FreeBSD.org>
AuthorDate: 2023-02-09 04:56:11 +0000
Commit:     Kyle Evans <kevans@FreeBSD.org>
CommitDate: 2023-02-09 05:19:09 +0000

    tools: cleanup stale dependencies from further config(8) C++ification
    
    Sponsored by:   Klara, Inc.
    Sponsored by:   NetApp, Inc.
    Differential Revision:  https://reviews.freebsd.org/D38276
---
 tools/build/depend-cleanup.sh | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/tools/build/depend-cleanup.sh b/tools/build/depend-cleanup.sh
index 4739127f396a..91b14ed29c84 100755
--- a/tools/build/depend-cleanup.sh
+++ b/tools/build/depend-cleanup.sh
@@ -109,3 +109,6 @@ fi
 
 # 20230208  29c5f8bf9a01    move from mkmakefile.c to mkmakefile.cc
 clean_dep   usr.sbin/config  mkmakefile c
+# 20230209  83d7ed8af3d9    convert to main.cc and mkoptions.cc
+clean_dep   usr.sbin/config  main c
+clean_dep   usr.sbin/config  mkoptions c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202302090527.3195RhXv079562>