summaryrefslogtreecommitdiffstats
path: root/ObsoleteFiles.inc
diff options
context:
space:
mode:
authoremaste <emaste@FreeBSD.org>2015-05-06 15:20:50 +0000
committeremaste <emaste@FreeBSD.org>2015-05-06 15:20:50 +0000
commitd1f9ba68ac3be42c01a34d354604cb2958b5cbf9 (patch)
treece779bbcf555fd1b2143c4fd0867d21b39971777 /ObsoleteFiles.inc
parentff39bdf1b1dd13f2cddb6ed3df5bd49a6a9b0a14 (diff)
downloadFreeBSD-src-d1f9ba68ac3be42c01a34d354604cb2958b5cbf9.zip
FreeBSD-src-d1f9ba68ac3be42c01a34d354604cb2958b5cbf9.tar.gz
Fix make delete-old for gperf and GCC/CXX options
- Optional components go in OptionalObsoleteFiles - Move gperf removal to be based on MK_GCC only, not MK_CXX and MK_GCC Reviewed by: imp, sbruno Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D2421
Diffstat (limited to 'ObsoleteFiles.inc')
-rw-r--r--ObsoleteFiles.inc4
1 files changed, 0 insertions, 4 deletions
diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc
index 3897b2a..f39fd2d 100644
--- a/ObsoleteFiles.inc
+++ b/ObsoleteFiles.inc
@@ -430,10 +430,6 @@ OLD_FILES+=usr/lib/debug/usr/lib32/i18n
OLD_FILES+=usr/lib/debug/usr/lib32/private
# 20141015: OpenSSL 1.0.1j import
OLD_FILES+=usr/share/openssl/man/man3/CMS_sign_add1_signer.3.gz
-.if ${MK_GCC} == "no"
-# 20141009: gperf disabled by default
-OLD_FILES+=usr/bin/gperf
-.endif
# 20140922: sleepq_calc_signal_retval.9 and sleepq_catch_signals.9 removed
OLD_FILES+=usr/share/man/man9/sleepq_calc_signal_retval.9.gz
OLD_FILES+=usr/share/man/man9/sleepq_catch_signals.9.gz
OpenPOWER on IntegriCloud