summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2008-01-23 22:21:36 +0000
committerru <ru@FreeBSD.org>2008-01-23 22:21:36 +0000
commit77a6831b74c4edfc39aa1656097df9ceca7ad356 (patch)
treea72ff5e94178cce7c6e481dff36a9cdae1d678ef
parent8aff4dd3cd645f9f47be00700a8ec11e4a262873 (diff)
downloadFreeBSD-src-77a6831b74c4edfc39aa1656097df9ceca7ad356.zip
FreeBSD-src-77a6831b74c4edfc39aa1656097df9ceca7ad356.tar.gz
Support source upgrades from at least 6.0-RELEASE.
Reviewed by: imp, obrien
-rw-r--r--Makefile.inc14
-rw-r--r--UPDATING7
2 files changed, 6 insertions, 5 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 6b5c9a3..eb4a211 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -841,6 +841,10 @@ update:
# legacy: Build compatibility shims for the next three targets
#
legacy:
+.if ${BOOTSTRAPPING} < 600034 && ${BOOTSTRAPPING} != 0
+ @echo "ERROR: Source upgrades from versions prior to 6.0 not supported."; \
+ false
+.endif
.for _tool in tools/build
${_+_}@${ECHODIR} "===> ${_tool} (obj,includes,depend,all,install)"; \
cd ${.CURDIR}/${_tool}; \
diff --git a/UPDATING b/UPDATING
index f33a503..1143e84 100644
--- a/UPDATING
+++ b/UPDATING
@@ -22,13 +22,10 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 8.x IS SLOW:
to maximize performance. (To disable malloc debugging, run
ln -s aj /etc/malloc.conf.)
-20080121:
+20080123:
To upgrade to -current after this date, you must be running
- FreeBSD after the RELENG_6 branch point. This means any of the
- 6.x releases are supported and should work. Upgrading to current
+ FreeBSD not older than 6.0-RELEASE. Upgrading to -current
from 5.x now requires a stop over at RELENG_6 or RELENG_7 systems.
- FreeBSD_version must be 600029 or higher, although this isn't
- enforced in the Makefile at this time.
20071128:
The ADAPTIVE_GIANT kernel option has been retired because its
OpenPOWER on IntegriCloud