ObsoleteFiles.inc (e762fd81e253d4ae9b9f7d2e65cf448633bbe527) ObsoleteFiles.inc (55e2a7d3ea21728f0a5ea712350f521507f3cfb0)
1#
2#
3# This file lists old files (OLD_FILES), libraries (OLD_LIBS, MOVED_LIBS)
4# and directories (OLD_DIRS) which should get removed after an update.
5# Recently removed entries should be listed first (with the date as a
6# comment). OLD_LIBS and MOVED_LIBS should only list dynamic libraries.
7# Static libraries, links to dynamic libraries (lib*.so), and linker scripts
8# should be listed in OLD_FILES. OLD_LIBS and MOVED_LIBS are removed by the

--- 37 unchanged lines hidden (view full) ---

46# For optional components, you can use the following to see if some entries
47# in OptionalObsoleteFiles.inc have been obsoleted by ObsoleteFiles.inc
48# for o in tools/build/options/WITH*; do
49# __MAKE_CONF=/dev/null make -f Makefile.inc1 -D${o##*/} \
50# -V OLD_FILES -V OLD_LIBS -V MOVED_LIBS -V OLD_DIRS check-old | \
51# xargs -n1 | sort | uniq -d;
52# done
53
1#
2#
3# This file lists old files (OLD_FILES), libraries (OLD_LIBS, MOVED_LIBS)
4# and directories (OLD_DIRS) which should get removed after an update.
5# Recently removed entries should be listed first (with the date as a
6# comment). OLD_LIBS and MOVED_LIBS should only list dynamic libraries.
7# Static libraries, links to dynamic libraries (lib*.so), and linker scripts
8# should be listed in OLD_FILES. OLD_LIBS and MOVED_LIBS are removed by the

--- 37 unchanged lines hidden (view full) ---

46# For optional components, you can use the following to see if some entries
47# in OptionalObsoleteFiles.inc have been obsoleted by ObsoleteFiles.inc
48# for o in tools/build/options/WITH*; do
49# __MAKE_CONF=/dev/null make -f Makefile.inc1 -D${o##*/} \
50# -V OLD_FILES -V OLD_LIBS -V MOVED_LIBS -V OLD_DIRS check-old | \
51# xargs -n1 | sort | uniq -d;
52# done
53
54# 20240112: remove pmap_pinit2()
55OLD_FILES+=usr/share/man/man9/pmap_pinit2.9.gz
56
54# 20240112: replaced NetBSD tests for uniq with our own
55OLD_FILES+=usr/tests/usr.bin/uniq/d_basic.in
56OLD_FILES+=usr/tests/usr.bin/uniq/d_basic.out
57OLD_FILES+=usr/tests/usr.bin/uniq/d_counts.out
58OLD_FILES+=usr/tests/usr.bin/uniq/d_input.in
59OLD_FILES+=usr/tests/usr.bin/uniq/d_show_duplicates.out
60OLD_FILES+=usr/tests/usr.bin/uniq/d_show_uniques.out
61

--- 18339 unchanged lines hidden ---
57# 20240112: replaced NetBSD tests for uniq with our own
58OLD_FILES+=usr/tests/usr.bin/uniq/d_basic.in
59OLD_FILES+=usr/tests/usr.bin/uniq/d_basic.out
60OLD_FILES+=usr/tests/usr.bin/uniq/d_counts.out
61OLD_FILES+=usr/tests/usr.bin/uniq/d_input.in
62OLD_FILES+=usr/tests/usr.bin/uniq/d_show_duplicates.out
63OLD_FILES+=usr/tests/usr.bin/uniq/d_show_uniques.out
64

--- 18339 unchanged lines hidden ---