Deleted Added
full compact
OptionalObsoleteFiles.inc (301602) OptionalObsoleteFiles.inc (301993)
1#
1#
2# $FreeBSD: head/tools/build/mk/OptionalObsoleteFiles.inc 301602 2016-06-08 11:47:19Z des $
2# $FreeBSD: head/tools/build/mk/OptionalObsoleteFiles.inc 301993 2016-06-17 16:46:58Z bdrewery $
3#
4# This file add support for the WITHOUT_* and WITH_* knobs in src.conf(5) to
5# the check-old and delete-old* targets.
6#
7
8.if ${MK_ACCT} == no
9OLD_FILES+=etc/rc.d/accounting
10OLD_FILES+=etc/periodic/daily/310.accounting

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

1232OLD_FILES+=usr/share/man/man1/clang.1.gz
1233OLD_FILES+=usr/share/man/man1/clang++.1.gz
1234OLD_FILES+=usr/share/man/man1/clang-cpp.1.gz
1235OLD_FILES+=usr/share/man/man1/llvm-tblgen.1.gz
1236.endif
1237
1238.if ${MK_CLANG_EXTRAS} == no
1239OLD_FILES+=usr/bin/bugpoint
3#
4# This file add support for the WITHOUT_* and WITH_* knobs in src.conf(5) to
5# the check-old and delete-old* targets.
6#
7
8.if ${MK_ACCT} == no
9OLD_FILES+=etc/rc.d/accounting
10OLD_FILES+=etc/periodic/daily/310.accounting

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

1232OLD_FILES+=usr/share/man/man1/clang.1.gz
1233OLD_FILES+=usr/share/man/man1/clang++.1.gz
1234OLD_FILES+=usr/share/man/man1/clang-cpp.1.gz
1235OLD_FILES+=usr/share/man/man1/llvm-tblgen.1.gz
1236.endif
1237
1238.if ${MK_CLANG_EXTRAS} == no
1239OLD_FILES+=usr/bin/bugpoint
1240OLD_FILES+=usr/bin/clang-format
1240OLD_FILES+=usr/bin/llc
1241OLD_FILES+=usr/bin/lli
1242OLD_FILES+=usr/bin/llvm-ar
1243OLD_FILES+=usr/bin/llvm-as
1244OLD_FILES+=usr/bin/llvm-bcanalyzer
1245OLD_FILES+=usr/bin/llvm-cxxdump
1246OLD_FILES+=usr/bin/llvm-diff
1247OLD_FILES+=usr/bin/llvm-dis

--- 8066 unchanged lines hidden ---
1241OLD_FILES+=usr/bin/llc
1242OLD_FILES+=usr/bin/lli
1243OLD_FILES+=usr/bin/llvm-ar
1244OLD_FILES+=usr/bin/llvm-as
1245OLD_FILES+=usr/bin/llvm-bcanalyzer
1246OLD_FILES+=usr/bin/llvm-cxxdump
1247OLD_FILES+=usr/bin/llvm-diff
1248OLD_FILES+=usr/bin/llvm-dis

--- 8066 unchanged lines hidden ---