Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Jul 2026 20:04:07 +0000
From:      Dimitry Andric <dim@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 33175a505997 - stable/14 - Add a few missed files to ObsoleteFiles.inc
Message-ID:  <6a593937.40ee5.5ecf27c5@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch stable/14 has been updated by dim:

URL: https://cgit.FreeBSD.org/src/commit/?id=33175a5059970bf9e888a799d3578e2902d765af

commit 33175a5059970bf9e888a799d3578e2902d765af
Author:     Dimitry Andric <dim@FreeBSD.org>
AuthorDate: 2026-07-12 14:15:29 +0000
Commit:     Dimitry Andric <dim@FreeBSD.org>
CommitDate: 2026-07-16 18:32:31 +0000

    Add a few missed files to ObsoleteFiles.inc
    
    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)
---
 ObsoleteFiles.inc | 9 +++++++++
 1 file changed, 9 insertions(+)

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


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a593937.40ee5.5ecf27c5>