Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/conf Now that attribute dependency works, prefer it to o...



details:   https://anonhg.NetBSD.org/src/rev/791127b71a12
branches:  trunk
changeset: 802970:791127b71a12
user:      uebayasi <uebayasi%NetBSD.org@localhost>
date:      Fri Oct 10 10:25:00 2014 +0000

description:
Now that attribute dependency works, prefer it to options dependency (personal
preference).  Use it for "kern", depending on "machdep" and "uvm".

diffstat:

 sys/conf/files |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r 164880285493 -r 791127b71a12 sys/conf/files
--- a/sys/conf/files    Fri Oct 10 10:22:49 2014 +0000
+++ b/sys/conf/files    Fri Oct 10 10:25:00 2014 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files,v 1.1110 2014/10/10 09:31:40 uebayasi Exp $
+#      $NetBSD: files,v 1.1111 2014/10/10 10:25:00 uebayasi Exp $
 #      @(#)files.newconf       7.5 (Berkeley) 5/10/93
 
 version        20140824
@@ -1492,8 +1492,8 @@
 #
 # kernel sources
 #
-define kern
-defflag        opt_kern.h                      KERN:   MACHDEP, UVM
+define kern:   machdep, uvm
+defflag        opt_kern.h                      KERN
 file   compat/common/compat_mod.c      compat_netbsd | compat_netbsd32
 file   conf/debugsyms.c
 file   dev/auconv.c                    auconv | mulaw



Home | Main Index | Thread Index | Old Index