Source-Changes-HG archive

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

[src/trunk]: src/etc/mtree add missing ./usr/include/dev/hdaudio (base) and ....



details:   https://anonhg.NetBSD.org/src/rev/ef9ac451b70a
branches:  trunk
changeset: 448495:ef9ac451b70a
user:      mrg <mrg%NetBSD.org@localhost>
date:      Mon Feb 04 04:45:48 2019 +0000

description:
add missing ./usr/include/dev/hdaudio (base) and ./usr/include/dev/nvmm,
./usr/include/dev/nvmm/x86 (amd64).

(perhaps we should stop 'make includes' from creating the target directory
for normal builds as this leads to mtree inconsistencies.)

diffstat:

 etc/mtree/NetBSD.dist.base   |  3 ++-
 etc/mtree/NetBSD.dist.x86_64 |  4 +++-
 2 files changed, 5 insertions(+), 2 deletions(-)

diffs (30 lines):

diff -r d1a0ea7dbc2e -r ef9ac451b70a etc/mtree/NetBSD.dist.base
--- a/etc/mtree/NetBSD.dist.base        Mon Feb 04 04:37:50 2019 +0000
+++ b/etc/mtree/NetBSD.dist.base        Mon Feb 04 04:45:48 2019 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: NetBSD.dist.base,v 1.187 2019/02/04 03:26:53 mrg Exp $
+#      $NetBSD: NetBSD.dist.base,v 1.188 2019/02/04 04:45:48 mrg Exp $
 #      @(#)4.4BSD.dist 8.1 (Berkeley) 6/13/93
 
 # Do not customize this file as it may be overwritten on upgrades.
@@ -118,6 +118,7 @@
 ./usr/include/dev/dmover
 ./usr/include/dev/dtv
 ./usr/include/dev/filemon
+./usr/include/dev/hdaudio
 ./usr/include/dev/hid
 ./usr/include/dev/hpc
 ./usr/include/dev/i2c
diff -r d1a0ea7dbc2e -r ef9ac451b70a etc/mtree/NetBSD.dist.x86_64
--- a/etc/mtree/NetBSD.dist.x86_64      Mon Feb 04 04:37:50 2019 +0000
+++ b/etc/mtree/NetBSD.dist.x86_64      Mon Feb 04 04:45:48 2019 +0000
@@ -1,6 +1,8 @@
-#      $NetBSD: NetBSD.dist.x86_64,v 1.10 2015/06/19 18:16:06 matt Exp $
+#      $NetBSD: NetBSD.dist.x86_64,v 1.11 2019/02/04 04:45:48 mrg Exp $
 
 ./usr/include/amd64
+./usr/include/dev/nvmm
+./usr/include/dev/nvmm/x86
 ./usr/include/g++/bits/i386
 ./usr/include/g++/bits/x86_64
 ./usr/include/i386



Home | Main Index | Thread Index | Old Index