summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoremaste <emaste@FreeBSD.org>2014-07-08 14:04:36 +0000
committeremaste <emaste@FreeBSD.org>2014-07-08 14:04:36 +0000
commita2e24081b1fdf17c4a87758e7020b430ac923f4b (patch)
treec448c5978ff9a8535d83c0b4df8c1f7c6c0e79b8
parent48775398f2265163e0c2cfb760fa317640dc9f6d (diff)
downloadFreeBSD-src-a2e24081b1fdf17c4a87758e7020b430ac923f4b.zip
FreeBSD-src-a2e24081b1fdf17c4a87758e7020b430ac923f4b.tar.gz
MFC r268022: Rename the WITHOUT_VT_SUPPORT knob to WITHOUT_VT
The _SUPPORT knobs have a consistent meaning which differs from the behaviour controlled by this knob. As the knob is opt-out and has not appeared in a release the impact should be low.
-rw-r--r--UPDATING5
-rw-r--r--share/Makefile2
-rw-r--r--share/mk/bsd.own.mk2
-rw-r--r--tools/build/options/WITHOUT_VT (renamed from tools/build/options/WITHOUT_VT_SUPPORT)0
4 files changed, 7 insertions, 2 deletions
diff --git a/UPDATING b/UPDATING
index 7bf818b..c699f4f 100644
--- a/UPDATING
+++ b/UPDATING
@@ -16,6 +16,11 @@ from older versions of FreeBSD, try WITHOUT_CLANG to bootstrap to the tip of
stable/10, and then rebuild without this option. The bootstrap process from
older version of current is a bit fragile.
+20140708:
+ The WITHOUT_VT_SUPPORT kernel config knob has been renamed
+ WITHOUT_VT. (The other _SUPPORT knobs have a consistent meaning
+ which differs from the behaviour controlled by this knob.)
+
20140608:
On i386 and amd64 systems, the onifconsole flag is now set by default
in /etc/ttys for ttyu0. This causes ttyu0 to be automatically enabled
diff --git a/share/Makefile b/share/Makefile
index e293756..c406ccd 100644
--- a/share/Makefile
+++ b/share/Makefile
@@ -86,7 +86,7 @@ _syscons= syscons
_tests= tests
.endif
-.if ${MK_VT_SUPPORT} != "no"
+.if ${MK_VT} != "no"
_vt= vt
.endif
diff --git a/share/mk/bsd.own.mk b/share/mk/bsd.own.mk
index 264bda4..444a909 100644
--- a/share/mk/bsd.own.mk
+++ b/share/mk/bsd.own.mk
@@ -358,7 +358,7 @@ __DEFAULT_YES_OPTIONS = \
UNBOUND \
USB \
UTMPX \
- VT_SUPPORT \
+ VT \
WIRELESS \
WPA_SUPPLICANT_EAPOL \
ZFS \
diff --git a/tools/build/options/WITHOUT_VT_SUPPORT b/tools/build/options/WITHOUT_VT
index ea01349..ea01349 100644
--- a/tools/build/options/WITHOUT_VT_SUPPORT
+++ b/tools/build/options/WITHOUT_VT
OpenPOWER on IntegriCloud