mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-24 11:29:10 +00:00
Properly remove c++filt.
The c++filt binary is only installed if ${MK_GCC} == yes && ${MK_CXX} == yes. This means that it should be removed if ${MK_GCC} == no || ${MK_CXX} == no. In its current form, it actually uses a conjunction instead of a disjunction. As there is already a separate block for ${MK_CXX} == no listing c++filt, simply remove the conditional entirely. Approved by: re (gjb)
This commit is contained in:
parent
33e1779ab8
commit
9f00530da6
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=255576
@ -1562,9 +1562,7 @@ OLD_FILES+=usr/share/man/man8/unstr.8.gz
|
||||
.endif
|
||||
|
||||
.if ${MK_GCC} == no
|
||||
.if ${MK_CXX} == no
|
||||
OLD_FILES+=usr/bin/c++filt
|
||||
.endif
|
||||
OLD_FILES+=usr/bin/g++
|
||||
OLD_FILES+=usr/bin/gcc
|
||||
OLD_FILES+=usr/bin/gcov
|
||||
|
Loading…
Reference in New Issue
Block a user