diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2026-07-12 15:15:29 +0100 |
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2026-07-16 19:25:25 +0100 |
| commit | 2e089a89812b56329741cd8dc2d272405a6e73ff (patch) (diff) | |
| tree | 71b53fdcc3af0e9080f4ce9f8f6e2ca364f21463 | |
| download | src-stable/15.tar.gz | |
| previous commit | 13ba63a5f5b699a8ba1de8eccb878d527e3d5e10 (libc: Suppress <stdalign.h> content for C23 and later) | |
There were still some left-over files under usr/tests/gnu/usr.bin/diff,
causing the directory to not be fully removed. Add these to OLD_FILES.
Fixes: 134a4c78d070
(cherry picked from commit f72cfefae99befe47fefc4683cd6957edaaf0e86)
| -rw-r--r-- | ObsoleteFiles.inc | [diff] [file] | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc index d9924e3e2e42..db41b4273010 100644 --- a/ObsoleteFiles.inc +++ b/ObsoleteFiles.inc @@ -51,6 +51,15 @@ # xargs -n1 | sort | uniq -d; # done +# 20260707: Removed GNU subtree +OLD_FILES+=usr/tests/gnu/Kyuafile +OLD_FILES+=usr/tests/gnu/lib/Kyuafile +OLD_DIRS+=usr/tests/gnu/lib +OLD_DIRS+=usr/tests/gnu/usr.bin/diff +OLD_FILES+=usr/tests/gnu/usr.bin/Kyuafile +OLD_DIRS+=usr/tests/gnu/usr.bin +OLD_DIRS+=usr/tests/gnu + # 20260602: Removed by 0a36787e4c1f on 20210723 OLD_FILES+=usr/share/locale/hr_HR.ISO8859-2/LC_MESSAGES OLD_FILES+=usr/share/locale/nl_BE.ISO8859-1/LC_MESSAGES |
