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:32:31 +0100 |
| commit | 33175a5059970bf9e888a799d3578e2902d765af (patch) (diff) | |
| tree | 48990fe88484c9f48491ea9e3ed5181440f6d872 | |
| download | src-stable/14.tar.gz | |
| previous commit | 00e880819cc5b8249222792ec82c45444a50eb2d (libc locale/localeconv.c: use release semantic when clearing locale_changed) | |
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 fdc4f8b7bad2..6c5c3b87aa92 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 |
