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 | ||||
| # 20170418: remove DTrace scripts made obsolete by dwatch(8) | |||||
dteske: I will bump this date prior to commit to be the day of the commit. | |||||
| OLD_FILES+=usr/share/dtrace/watch_execve | |||||
| OLD_FILES+=usr/share/dtrace/watch_kill | |||||
| OLD_FILES+=usr/share/dtrace/watch_vop_remove | |||||
| # 20170531: removal of groff | # 20170531: removal of groff | ||||
| OLD_FILES+=usr/bin/addftinfo | OLD_FILES+=usr/bin/addftinfo | ||||
| OLD_FILES+=usr/bin/afmtodit | OLD_FILES+=usr/bin/afmtodit | ||||
| OLD_FILES+=usr/bin/checknr | OLD_FILES+=usr/bin/checknr | ||||
| OLD_FILES+=usr/bin/colcrt | OLD_FILES+=usr/bin/colcrt | ||||
| OLD_FILES+=usr/bin/eqn | OLD_FILES+=usr/bin/eqn | ||||
| OLD_FILES+=usr/bin/grn | OLD_FILES+=usr/bin/grn | ||||
| OLD_FILES+=usr/bin/grodvi | OLD_FILES+=usr/bin/grodvi | ||||
| ▲ Show 20 Lines • Show All 9,407 Lines • Show Last 20 Lines | |||||
I will bump this date prior to commit to be the day of the commit.