mirror of
https://github.com/opnsense/src.git
synced 2026-06-04 06:15:33 -04:00
Combine and sort MK_LLVM_COV
These used to be grouped with MK_GCOV option or the like. Reviewed by: emaste, imp, netchild Pull Request: https://github.com/freebsd/freebsd-src/pull/896
This commit is contained in:
parent
16743f0e0b
commit
fb173fc89e
1 changed files with 9 additions and 12 deletions
|
|
@ -1985,18 +1985,6 @@ OLD_FILES+=usr/share/man/man8/strfile.8.gz
|
|||
OLD_FILES+=usr/share/man/man8/unstr.8.gz
|
||||
.endif
|
||||
|
||||
.if ${MK_LLVM_COV} == no
|
||||
OLD_FILES+=usr/bin/gcov
|
||||
OLD_FILES+=usr/share/man/man1/gcov.1.gz
|
||||
.endif
|
||||
|
||||
.if ${MK_LLVM_COV} == no
|
||||
OLD_FILES+=usr/bin/llvm-cov
|
||||
OLD_FILES+=usr/bin/llvm-profdata
|
||||
OLD_FILES+=usr/share/man/man1/llvm-cov.1.gz
|
||||
OLD_FILES+=usr/share/man/man1/llvm-profdata.1.gz
|
||||
.endif
|
||||
|
||||
.if ${MK_GH_BC} == no
|
||||
OLD_FILES+=usr/share/misc/bc.library
|
||||
OLD_FILES+=usr/tests/usr.bin/dc/Kyuafile
|
||||
|
|
@ -3620,6 +3608,15 @@ OLD_FILES+=usr/share/man/man1/lldb-server.1.gz
|
|||
OLD_FILES+=usr/share/man/man1/lldb.1.gz
|
||||
.endif
|
||||
|
||||
.if ${MK_LLVM_COV} == no
|
||||
OLD_FILES+=usr/bin/gcov
|
||||
OLD_FILES+=usr/bin/llvm-cov
|
||||
OLD_FILES+=usr/bin/llvm-profdata
|
||||
OLD_FILES+=usr/share/man/man1/gcov.1.gz
|
||||
OLD_FILES+=usr/share/man/man1/llvm-cov.1.gz
|
||||
OLD_FILES+=usr/share/man/man1/llvm-profdata.1.gz
|
||||
.endif
|
||||
|
||||
.if ${MK_LOCALES} == no
|
||||
OLD_DIRS+=usr/share/locale/af_ZA.ISO8859-15
|
||||
OLD_FILES+=usr/share/locale/af_ZA.ISO8859-15/LC_COLLATE
|
||||
|
|
|
|||
Loading…
Reference in a new issue