Module Name: src
Committed By: pooka
Date: Tue Jul 30 09:29:35 UTC 2013
Modified Files:
src/sys/rump: listsrcdirs
Log Message:
Include Makefiles under sys/arch.
This makes it easy to install the set of kernel headers that were used
by buildrump.sh. Requested by Justin Cormack for ljsyscall (Lua interface
definitions).
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 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.4 src/sys/rump/listsrcdirs:1.5
--- src/sys/rump/listsrcdirs:1.4 Mon Mar 18 15:55:43 2013
+++ src/sys/rump/listsrcdirs Tue Jul 30 09:29:34 2013
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# $NetBSD: listsrcdirs,v 1.4 2013/03/18 15:55:43 pooka Exp $
+# $NetBSD: listsrcdirs,v 1.5 2013/07/30 09:29:34 pooka Exp $
#
#
@@ -39,8 +39,9 @@ if [ "${1}" = '-c' ]; then
# pick a few useful archs, namely those mentioned in buildrump.sh
for x in amd64 i386 x86 arm evbarm sparc sparc64 ; do
- precho src/sys/arch/${x}/ include ${x}
+ precho src/sys/arch/${x}/ include ${x} Makefile
done
+ echo src/sys/arch/Makefile
else
echo src/sys
fi