[Midnightbsd-cvs] src [7135] trunk/Makefile.inc1: up the minimum version to build on
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Fri Jul 24 18:26:53 EDT 2015
Revision: 7135
http://svnweb.midnightbsd.org/src/?rev=7135
Author: laffer1
Date: 2015-07-24 18:26:52 -0400 (Fri, 24 Jul 2015)
Log Message:
-----------
up the minimum version to build on
Modified Paths:
--------------
trunk/Makefile.inc1
Modified: trunk/Makefile.inc1
===================================================================
--- trunk/Makefile.inc1 2015-07-24 21:30:10 UTC (rev 7134)
+++ trunk/Makefile.inc1 2015-07-24 22:26:52 UTC (rev 7135)
@@ -986,8 +986,8 @@
# legacy: Build compatibility shims for the next three targets
#
legacy:
-.if ${BOOTSTRAPPING} < 1000 && ${BOOTSTRAPPING} != 0
- @echo "ERROR: Source upgrades from versions prior to 0.1 not supported."; \
+.if ${BOOTSTRAPPING} < 4000 && ${BOOTSTRAPPING} != 0
+ @echo "ERROR: Source upgrades from versions prior to 0.4 not supported."; \
false
.endif
.for _tool in tools/build
More information about the Midnightbsd-cvs
mailing list