Source-Changes-HG archive

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

[src/trunk]: src/sys/rump Include Makefiles under sys/arch.



details:   https://anonhg.NetBSD.org/src/rev/59345f453593
branches:  trunk
changeset: 788938:59345f453593
user:      pooka <pooka%NetBSD.org@localhost>
date:      Tue Jul 30 09:29:34 2013 +0000

description:
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).

diffstat:

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

diffs (22 lines):

diff -r aae205072f05 -r 59345f453593 sys/rump/listsrcdirs
--- a/sys/rump/listsrcdirs      Mon Jul 29 21:02:58 2013 +0000
+++ b/sys/rump/listsrcdirs      Tue Jul 30 09:29:34 2013 +0000
@@ -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 @@
 
        # 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



Home | Main Index | Thread Index | Old Index