mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-26 20:12:44 +00:00
Use MOVED_LIBS for usr/lib/libcxxrt.so.1 ObsoleteFiles.inc entry
Otherwise, the "make delete-old-libs" mechanism also deletes 32-bit
copies, such as in /usr/lib32.
Reported by: Josef 'Jeff' Sipek <jeffpc@josefsipek.net>
Fixes: 911a6479e1
This commit is contained in:
parent
ca0620b707
commit
f48643d376
@ -52,7 +52,7 @@
|
||||
# done
|
||||
|
||||
# 20240422: remove improperly installed libcxxrt.so.1
|
||||
OLD_LIBS+=usr/lib/libcxxrt.so.1
|
||||
MOVED_LIBS+=usr/lib/libcxxrt.so.1
|
||||
|
||||
# 20240414: unix_socketpair_test renamed
|
||||
OLD_FILES+=usr/tests/sys/kern/unix_socketpair_test
|
||||
|
Loading…
Reference in New Issue
Block a user