Module Name: src
Committed By: pooka
Date: Thu Sep 19 16:16:03 UTC 2013
Modified Files:
src/sys/rump: listsrcdirs
Log Message:
Pull in all of sys/dev (i.e. don't skip pci/ and microcode/).
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/sys/rump/listsrcdirs
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/rump/listsrcdirs
diff -u src/sys/rump/listsrcdirs:1.8 src/sys/rump/listsrcdirs:1.9
--- src/sys/rump/listsrcdirs:1.8 Tue Sep 10 17:08:57 2013
+++ src/sys/rump/listsrcdirs Thu Sep 19 16:16:03 2013
@@ -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 @@ precho src/usr.sbin/ mtree
# 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