Module Name: src
Committed By: pooka
Date: Sun Aug 11 09:10:47 UTC 2013
Modified Files:
src/sys/rump: listsrcdirs
Log Message:
Include powerpc+evbpcc. Allows the buildrump.sh checkout to work on
powerpc machines. Tested on Linux/ppc64 by Justin Cormack.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 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.5 src/sys/rump/listsrcdirs:1.6
--- src/sys/rump/listsrcdirs:1.5 Tue Jul 30 09:29:34 2013
+++ src/sys/rump/listsrcdirs Sun Aug 11 09:10:47 2013
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# $NetBSD: listsrcdirs,v 1.5 2013/07/30 09:29:34 pooka Exp $
+# $NetBSD: listsrcdirs,v 1.6 2013/08/11 09:10:47 pooka Exp $
#
#
@@ -38,7 +38,7 @@ if [ "${1}" = '-c' ]; then
\!src/sys/dev/pci src/sys
# pick a few useful archs, namely those mentioned in buildrump.sh
- for x in amd64 i386 x86 arm evbarm sparc sparc64 ; do
+ for x in amd64 i386 x86 arm evbarm sparc sparc64 powerpc evbppc; do
precho src/sys/arch/${x}/ include ${x} Makefile
done
echo src/sys/arch/Makefile