git: b6490ad408d0 - stable/13 - ObsoleteFiles.inc: Remove test debug file from wrong dir
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 16 Feb 2025 04:16:46 UTC
The branch stable/13 has been updated by jlduran: URL: https://cgit.FreeBSD.org/src/commit/?id=b6490ad408d0049c5e6ab73aa94151ab33b4106e commit b6490ad408d0049c5e6ab73aa94151ab33b4106e 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-16 04:15:31 +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 (cherry picked from commit e159dcc37e6f538d3d61ea3b2d08b052cf0e0ced) --- ObsoleteFiles.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc index d929086e47c7..682a0848b6f6 100644 --- a/ObsoleteFiles.inc +++ b/ObsoleteFiles.inc @@ -52,6 +52,7 @@ # done # 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 # 20241201: new clang import which bumps version from 18 to 19