View | Details | Raw Unified | Return to bug 202310
Collapse All | Expand All

(-)Makefile.inc1 (-1 / +1 lines)
Lines 1243-1249 Link Here
1243
1243
1244
legacy:
1244
legacy:
1245
.if ${BOOTSTRAPPING} < 800107 && ${BOOTSTRAPPING} != 0
1245
.if ${BOOTSTRAPPING} < 800107 && ${BOOTSTRAPPING} != 0
1246
	@echo "ERROR: Source upgrades from versions prior to 8.0 not supported."; \
1246
	@echo "ERROR: Source upgrades from versions prior to 8.0 are not supported."; \
1247
	false
1247
	false
1248
.endif
1248
.endif
1249
.for _tool in tools/build ${_elftoolchain_libs}
1249
.for _tool in tools/build ${_elftoolchain_libs}

Return to bug 202310