Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Feb 2025 17:06:17 GMT
From:      Jose Luis Duran <jlduran@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: e159dcc37e6f - main - ObsoleteFiles.inc: Remove test debug file from wrong dir
Message-ID:  <202502131706.51DH6H6H079397@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by jlduran:

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

commit e159dcc37e6f538d3d61ea3b2d08b052cf0e0ced
Author:     Jose Luis Duran <jlduran@FreeBSD.org>
AuthorDate: 2025-02-13 17:05:33 +0000
Commit:     Jose Luis Duran <jlduran@FreeBSD.org>
CommitDate: 2025-02-13 17:05:33 +0000

    ObsoleteFiles.inc: Remove test debug file from wrong dir
    
    Reported by:    des
    Reviewed by:    des, emaste
    Approved by:    emaste (mentor)
    Fixes:  88d448ec815c ("mk: Move vm stack test debug symbols")
    MFC after:      3 days
    Differential Revision:  https://reviews.freebsd.org/D48991
---
 ObsoleteFiles.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc
index 70396c46ca46..70f134960b69 100644
--- a/ObsoleteFiles.inc
+++ b/ObsoleteFiles.inc
@@ -55,6 +55,7 @@
 OLD_FILES+=usr/share/man/man9/bus_generic_attach.9.gz
 
 # 20250204: sys/vm/stack test symbols moved to /usr/lib/debug
+OLD_FILES+=usr/tests/sys/vm/stack/.debug/libsoxstack.so.debug
 OLD_DIRS+=usr/tests/sys/vm/stack/.debug
 
 # 20250129: libdevinfo bumped to version 7



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202502131706.51DH6H6H079397>