Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Feb 2026 15:47:51 +0000
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: a346348e45ec - main - Use OLD_FILES for libtpool symlink and static libraries
Message-ID:  <6995df27.27cd7.56dff8ef@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by jhb:

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

commit a346348e45ec9f61c9fcc0e8f16042cc98f405f0
Author:     John Baldwin <jhb@FreeBSD.org>
AuthorDate: 2026-02-18 15:47:18 +0000
Commit:     John Baldwin <jhb@FreeBSD.org>
CommitDate: 2026-02-18 15:47:18 +0000

    Use OLD_FILES for libtpool symlink and static libraries
    
    Fixes:          b78806b156f7 ("Remove additional libtpool and libuutil-related files")
---
 ObsoleteFiles.inc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc
index 309ea6dfd92e..f0e2e12a695a 100644
--- a/ObsoleteFiles.inc
+++ b/ObsoleteFiles.inc
@@ -104,8 +104,8 @@ OLD_LIBS+=lib/libuutil.so.2
 OLD_FILES+=usr/lib/libuutil.a
 OLD_FILES+=usr/lib/libuutil.so
 OLD_LIBS+=lib/libtpool.so.2
-OLD_LIBS+=usr/lib/libtpool.a
-OLD_LIBS+=usr/lib/libtpool.so
+OLD_FILES+=usr/lib/libtpool.a
+OLD_FILES+=usr/lib/libtpool.so
 OLD_FILES+=usr/tests/cddl/lib/libtpool/libtpool_test
 OLD_FILES+=usr/tests/cddl/lib/libtpool/Kyuafile
 


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6995df27.27cd7.56dff8ef>