[Midnightbsd-cvs] src: Makefile.inc1: Remove 50* osrel check.
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Tue Dec 9 13:37:21 EST 2008
Log Message:
-----------
Remove 50* osrel check.
Modified Files:
--------------
src:
Makefile.inc1 (r1.12 -> r1.13)
-------------- next part --------------
Index: Makefile.inc1
===================================================================
RCS file: /home/cvs/src/Makefile.inc1,v
retrieving revision 1.12
retrieving revision 1.13
diff -L Makefile.inc1 -L Makefile.inc1 -u -r1.12 -r1.13
--- Makefile.inc1
+++ Makefile.inc1
@@ -811,10 +811,6 @@
# 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}; \
More information about the Midnightbsd-cvs
mailing list