[Midnightbsd-cvs] src [8592] trunk/Makefile.inc1: we need 0.7 to build

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Mon Sep 19 16:48:50 EDT 2016


Revision: 8592
          http://svnweb.midnightbsd.org/src/?rev=8592
Author:   laffer1
Date:     2016-09-19 16:48:50 -0400 (Mon, 19 Sep 2016)
Log Message:
-----------
we need 0.7 to build

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

Modified: trunk/Makefile.inc1
===================================================================
--- trunk/Makefile.inc1	2016-09-19 16:37:54 UTC (rev 8591)
+++ trunk/Makefile.inc1	2016-09-19 20:48:50 UTC (rev 8592)
@@ -980,8 +980,8 @@
 # legacy: Build compatibility shims for the next three targets
 #
 legacy:
-.if ${BOOTSTRAPPING} < 4000 && ${BOOTSTRAPPING} != 0
-	@echo "ERROR: Source upgrades from versions prior to 0.4 not supported."; \
+.if ${BOOTSTRAPPING} < 7000 && ${BOOTSTRAPPING} != 0
+	@echo "ERROR: Source upgrades from versions prior to 0.7 not supported."; \
 	false
 .endif
 	mkdir -p ${MAKEOBJDIRPREFIX}/legacy/usr/bin



More information about the Midnightbsd-cvs mailing list