diff options
| author | Enji Cooper <ngie@FreeBSD.org> | 2026-04-22 21:06:37 +0000 |
|---|---|---|
| committer | Enji Cooper <ngie@FreeBSD.org> | 2026-04-22 21:08:04 +0000 |
| commit | fb7df70a479f7cf972073f3a779adba2b4517c31 (patch) | |
| tree | 4d461c8876eb7e807ea0ff36bc507d68ce0f6474 | |
| parent | eb82fb188f0a190f774c3276612aa3b01f1e5f42 (diff) | |
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
| -rw-r--r-- | tools/build/mk/OptionalObsoleteFiles.inc | 4 |
1 files changed, 4 insertions, 0 deletions
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.tcsh |
