summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2008-01-21 18:44:55 +0000
committerobrien <obrien@FreeBSD.org>2008-01-21 18:44:55 +0000
commit362440a8806d2e4fe01a2ea1396e2839a6d706f1 (patch)
treec396406259b8290698e14611335f2cc08536f844 /Makefile.inc1
parenteb7baab619dfb556589d0145df86174aa119ff4a (diff)
downloadFreeBSD-src-362440a8806d2e4fe01a2ea1396e2839a6d706f1.zip
FreeBSD-src-362440a8806d2e4fe01a2ea1396e2839a6d706f1.tar.gz
Remove 5.x and 6.x cruft - source upgrades to RELENG_8 from versions prior
to RELENG_7 are not supported.
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc128
1 files changed, 0 insertions, 28 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 27229da..eef31fe 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -841,10 +841,6 @@ update:
# legacy: Build compatibility shims for the next three targets
#
legacy:
-.if ${BOOTSTRAPPING} < 503000
- @echo "ERROR: Source upgrades from versions prior to 5.3 not supported."; \
- false
-.endif
.for _tool in tools/build
${_+_}@${ECHODIR} "===> ${_tool} (obj,includes,depend,all,install)"; \
cd ${.CURDIR}/${_tool}; \
@@ -871,26 +867,6 @@ _groff= gnu/usr.bin/groff/tmac
.endif
.endif
-.if ${BOOTSTRAPPING} < 600029
-_texinfo= gnu/usr.bin/texinfo
-.endif
-
-.if ${BOOTSTRAPPING} < 600015
-_cap_mkdb= usr.bin/cap_mkdb
-.endif
-
-.if ${BOOTSTRAPPING} < 600018
-_colldef= usr.bin/colldef
-.endif
-
-.if ${BOOTSTRAPPING} < 600017
-_gencat= usr.bin/gencat
-.endif
-
-.if ${BOOTSTRAPPING} < 600016
-_mklocale= usr.bin/mklocale
-.endif
-
.if ${BOOTSTRAPPING} < 700018
_gensnmptree= usr.sbin/bsnmpd/gensnmptree
.endif
@@ -900,10 +876,6 @@ _gensnmptree= usr.sbin/bsnmpd/gensnmptree
_crunchgen= usr.sbin/crunch/crunchgen
.endif
-.if ${BOOTSTRAPPING} < 600020
-_pwd_mkdb= usr.sbin/pwd_mkdb
-.endif
-
bootstrap-tools:
.for _tool in \
${_strfile} \
OpenPOWER on IntegriCloud