git: ee3872a71441 - main - tools: cleanup stale dependencies from further config(8) C++ification
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 09 Feb 2023 05:27:43 UTC
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