Make it clear we no longer support source upgrades from

versions prior to 5.3.
This commit is contained in:
Ruslan Ermilov 2005-02-27 11:51:46 +00:00
parent 552b98b913
commit 88e7c7a466
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=142643

View File

@ -738,6 +738,10 @@ 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}; \