Source-Changes-HG archive

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

[src/trunk]: src/sys/rump Pull in all of sys/dev (i.e. don't skip pci/ and mi...



details:   https://anonhg.NetBSD.org/src/rev/f7775cd42f42
branches:  trunk
changeset: 790112:f7775cd42f42
user:      pooka <pooka%NetBSD.org@localhost>
date:      Thu Sep 19 16:16:03 2013 +0000

description:
Pull in all of sys/dev (i.e. don't skip pci/ and microcode/).

diffstat:

 sys/rump/listsrcdirs |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (21 lines):

diff -r 11746cacf7df -r f7775cd42f42 sys/rump/listsrcdirs
--- a/sys/rump/listsrcdirs      Thu Sep 19 15:13:43 2013 +0000
+++ b/sys/rump/listsrcdirs      Thu Sep 19 16:16:03 2013 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-#      $NetBSD: listsrcdirs,v 1.8 2013/09/10 17:08:57 pooka Exp $
+#      $NetBSD: listsrcdirs,v 1.9 2013/09/19 16:16:03 pooka Exp $
 #
 
 #
@@ -35,8 +35,7 @@
 # If -c is given, use CVS syntax to exclude large subdirectories
 # of sys.  Otherwise just do it wholesale.
 if [ "${1}" = '-c' ]; then
-       echo \!src/sys/arch \!src/sys/dev/microcode     \
-           \!src/sys/dev/pci src/sys
+       echo \!src/sys/arch src/sys
 
        # pick a few useful archs, namely those mentioned in buildrump.sh
        for x in amd64 i386 x86 arm evbarm sparc sparc64 powerpc evbppc; do



Home | Main Index | Thread Index | Old Index