Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/conf Use option dependency to always select KERN (and it...
details: https://anonhg.NetBSD.org/src/rev/76669cdf0dbe
branches: trunk
changeset: 332823:76669cdf0dbe
user: uebayasi <uebayasi%NetBSD.org@localhost>
date: Fri Oct 10 09:31:40 2014 +0000
description:
Use option dependency to always select KERN (and its dependencies).
diffstat:
sys/conf/files | 4 ++--
sys/conf/std | 4 +---
2 files changed, 3 insertions(+), 5 deletions(-)
diffs (35 lines):
diff -r 367f833f9f83 -r 76669cdf0dbe sys/conf/files
--- a/sys/conf/files Fri Oct 10 09:13:21 2014 +0000
+++ b/sys/conf/files Fri Oct 10 09:31:40 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: files,v 1.1109 2014/10/10 09:13:21 uebayasi Exp $
+# $NetBSD: files,v 1.1110 2014/10/10 09:31:40 uebayasi Exp $
# @(#)files.newconf 7.5 (Berkeley) 5/10/93
version 20140824
@@ -1493,7 +1493,7 @@
# kernel sources
#
define kern
-defflag opt_kern.h KERN
+defflag opt_kern.h KERN: MACHDEP, UVM
file compat/common/compat_mod.c compat_netbsd | compat_netbsd32
file conf/debugsyms.c
file dev/auconv.c auconv | mulaw
diff -r 367f833f9f83 -r 76669cdf0dbe sys/conf/std
--- a/sys/conf/std Fri Oct 10 09:13:21 2014 +0000
+++ b/sys/conf/std Fri Oct 10 09:31:40 2014 +0000
@@ -1,12 +1,10 @@
-# $NetBSD: std,v 1.17 2014/10/10 09:13:21 uebayasi Exp $
+# $NetBSD: std,v 1.18 2014/10/10 09:31:40 uebayasi Exp $
#
# standard MI 'options'
#
# this file is for options which can't be off-by-default for some reasons.
# "it's commonly used" is NOT a good reason to enable options here.
-options MACHDEP
-options UVM
options KERN
# the following options are on-by-default to keep
Home |
Main Index |
Thread Index |
Old Index