[Midnightbsd-cvs] src [10313] trunk/Makefile.inc1: change version check

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Jun 3 15:00:44 EDT 2018


Revision: 10313
          http://svnweb.midnightbsd.org/src/?rev=10313
Author:   laffer1
Date:     2018-06-03 15:00:43 -0400 (Sun, 03 Jun 2018)
Log Message:
-----------
change version check

Modified Paths:
--------------
    trunk/Makefile.inc1

Modified: trunk/Makefile.inc1
===================================================================
--- trunk/Makefile.inc1	2018-06-03 18:58:35 UTC (rev 10312)
+++ trunk/Makefile.inc1	2018-06-03 19:00:43 UTC (rev 10313)
@@ -1253,8 +1253,8 @@
 # legacy: Build compatibility shims for the next three targets
 #
 legacy:
-.if ${BOOTSTRAPPING} < 700055 && ${BOOTSTRAPPING} != 0
-	@echo "ERROR: Source upgrades from versions prior to 7.0 not supported."; \
+.if ${BOOTSTRAPPING} < 7000 && ${BOOTSTRAPPING} != 0
+	@echo "ERROR: Source upgrades from versions prior to 0.7 not supported."; \
 	false
 .endif
 .for _tool in tools/build



More information about the Midnightbsd-cvs mailing list