Date: Wed, 22 Apr 2026 21:08:09 +0000 From: Enji Cooper <ngie@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: fb7df70a479f - main - Remove all of /usr/tests/share/examples/... when MK_EXAMPLES == no Message-ID: <69e938b9.30504.7a6a382a@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by ngie: URL: https://cgit.FreeBSD.org/src/commit/?id=fb7df70a479f7cf972073f3a779adba2b4517c31 commit fb7df70a479f7cf972073f3a779adba2b4517c31 Author: Enji Cooper <ngie@FreeBSD.org> AuthorDate: 2026-04-22 21:06:37 +0000 Commit: Enji Cooper <ngie@FreeBSD.org> CommitDate: 2026-04-22 21:08:04 +0000 Remove all of /usr/tests/share/examples/... when MK_EXAMPLES == no - Remove the generated files (`file1`). - Remove the top-level example `Kyuafile`. MFC after: 1 week --- tools/build/mk/OptionalObsoleteFiles.inc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tools/build/mk/OptionalObsoleteFiles.inc b/tools/build/mk/OptionalObsoleteFiles.inc index 0243d98b37df..a4ddf8dbf51f 100644 --- a/tools/build/mk/OptionalObsoleteFiles.inc +++ b/tools/build/mk/OptionalObsoleteFiles.inc @@ -1922,8 +1922,10 @@ OLD_FILES+=usr/share/examples/sunrpc/sort/Makefile OLD_FILES+=usr/share/examples/sunrpc/sort/rsort.c OLD_FILES+=usr/share/examples/sunrpc/sort/sort.x OLD_FILES+=usr/share/examples/sunrpc/sort/sort_proc.c +OLD_FILES+=usr/tests/share/examples/Kyuafile OLD_FILES+=usr/tests/share/examples/tests/atf/Kyuafile OLD_FILES+=usr/tests/share/examples/tests/atf/cp_test +OLD_FILES+=usr/tests/share/examples/tests/atf/file1 OLD_FILES+=usr/tests/share/examples/tests/atf/printf_test OLD_FILES+=usr/tests/share/examples/tests/googletest/Kyuafile OLD_FILES+=usr/tests/share/examples/tests/googletest/sample10_unittest @@ -1937,9 +1939,11 @@ OLD_FILES+=usr/tests/share/examples/tests/googletest/sample7_unittest OLD_FILES+=usr/tests/share/examples/tests/googletest/sample8_unittest OLD_FILES+=usr/tests/share/examples/tests/plain/Kyuafile OLD_FILES+=usr/tests/share/examples/tests/plain/cp_test +OLD_FILES+=usr/tests/share/examples/tests/plain/file1 OLD_FILES+=usr/tests/share/examples/tests/plain/printf_test OLD_FILES+=usr/tests/share/examples/tests/tap/Kyuafile OLD_FILES+=usr/tests/share/examples/tests/tap/cp_test +OLD_FILES+=usr/tests/share/examples/tests/tap/file1 OLD_FILES+=usr/tests/share/examples/tests/tap/printf_test OLD_FILES+=usr/tests/share/examples/tests/Kyuafile OLD_FILES+=usr/share/examples/tcsh/complete.tcshhome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69e938b9.30504.7a6a382a>
