Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Jul 2026 18:32:47 +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: 2e089a89812b - stable/15 - Add a few missed files to ObsoleteFiles.inc
Message-ID:  <6a5923cf.37f3a.2c90f9ef@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch stable/15 has been updated by dim:

URL: https://cgit.FreeBSD.org/src/commit/?id=2e089a89812b56329741cd8dc2d272405a6e73ff

commit 2e089a89812b56329741cd8dc2d272405a6e73ff
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:25:25 +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 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


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a5923cf.37f3a.2c90f9ef>