Changeset View
Changeset View
Standalone View
Standalone View
ObsoleteFiles.inc
- This file is larger than 256 KB, so syntax highlighting is disabled by default.
| Show All 32 Lines | |||||
| # For optional components, you can use the following to see if some entries | # For optional components, you can use the following to see if some entries | ||||
| # in OptionalObsoleteFiles.inc have been obsoleted by ObsoleteFiles.inc | # in OptionalObsoleteFiles.inc have been obsoleted by ObsoleteFiles.inc | ||||
| # for o in tools/build/options/WITH*; do | # for o in tools/build/options/WITH*; do | ||||
| # __MAKE_CONF=/dev/null make -f Makefile.inc1 -D${o##*/} \ | # __MAKE_CONF=/dev/null make -f Makefile.inc1 -D${o##*/} \ | ||||
| # -V OLD_FILES -V OLD_LIBS -V OLD_DIRS check-old | \ | # -V OLD_FILES -V OLD_LIBS -V OLD_DIRS check-old | \ | ||||
| # xargs -n1 | sort | uniq -d; | # xargs -n1 | sort | uniq -d; | ||||
| # done | # done | ||||
| # 20171031: Removal of obsolete man files | |||||
| OLD_FILES+=usr/share/man/man7/adding_user.7.gz | |||||
| # 20171017: Removal of mbpool(9) | # 20171017: Removal of mbpool(9) | ||||
| OLD_FILES+=usr/include/sys/mbpool.h | OLD_FILES+=usr/include/sys/mbpool.h | ||||
| OLD_FILES+=usr/share/man/man9/mbpool.9.gz | OLD_FILES+=usr/share/man/man9/mbpool.9.gz | ||||
| OLD_FILES+=usr/share/man/man9/mbp_destroy.9.gz | OLD_FILES+=usr/share/man/man9/mbp_destroy.9.gz | ||||
| OLD_FILES+=usr/share/man/man9/mbp_alloc.9.gz | OLD_FILES+=usr/share/man/man9/mbp_alloc.9.gz | ||||
| OLD_FILES+=usr/share/man/man9/mbp_ext_free.9.gz | OLD_FILES+=usr/share/man/man9/mbp_ext_free.9.gz | ||||
| OLD_FILES+=usr/share/man/man9/mbp_count.9.gz | OLD_FILES+=usr/share/man/man9/mbp_count.9.gz | ||||
| OLD_FILES+=usr/share/man/man9/mbp_card_free.9.gz | OLD_FILES+=usr/share/man/man9/mbp_card_free.9.gz | ||||
| ▲ Show 20 Lines • Show All 9,734 Lines • Show Last 20 Lines | |||||