aboutsummaryrefslogtreecommitdiff
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>2002-07-24 22:44:19 +0000
committerPeter Wemm <peter@FreeBSD.org>2002-07-24 22:44:19 +0000
commit6b3086807f4010c02da5acaa027f807f24ec238f (patch)
tree9828601dd8d8def3e1e49b1925961167c62e0c7c /Makefile.inc1
parent28cc58165dcda4e33dd2478336bcdf74d9f8d276 (diff)
downloadsrc-6b3086807f4010c02da5acaa027f807f24ec238f.tar.gz
src-6b3086807f4010c02da5acaa027f807f24ec238f.zip
We're done with 1.287 and 1.288 now.
Submitted by: ru
Notes
Notes: svn path=/head/; revision=100642
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc17
1 files changed, 0 insertions, 7 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index b2ec753e86c7..98222a2bfaaa 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -572,14 +572,7 @@ installmost:
.if exists(${.CURDIR}/games) && !defined(NOGAMES)
_strfile= games/fortune/strfile
.endif
-# This horrible kludge should be deleted in about 2 weeks, say July 9, 2002
-_cxx_version!= ${CXX} -v 2>&1 | awk '$$0 ~ /^gcc version/ {print $$3}'
-_cc_version!= ${CC} -v 2>&1 | awk '$$0 ~ /^gcc version/ {print $$3}'
-.if ${CXX:T} != "c++" || \
- (${_cxx_version} == ${_cc_version} && ${_cxx_version} != "3.1") || \
- exists(/usr/lib/libstdc++.so.4)
_cxx_consumers= gnu/usr.bin/gperf gnu/usr.bin/groff
-.endif
bootstrap-tools:
.for _tool in ${_strfile} usr.bin/yacc usr.bin/colldef \