Module Name:    src
Committed By:   pooka
Date:           Wed Feb 13 18:45:20 UTC 2013

Added Files:
        src/sys/rump: listsrcdirs

Log Message:
Move the list of source directories required by TOOLS_BUILDRUMP=yes from
the buildrump.sh repo to here.  While I don't expect the list to change
often, it's a function of the NetBSD source tree -r/-D and therefore
easier to maintain here.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/sys/rump/listsrcdirs

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: src/sys/rump/listsrcdirs
diff -u /dev/null src/sys/rump/listsrcdirs:1.1
--- /dev/null	Wed Feb 13 18:45:20 2013
+++ src/sys/rump/listsrcdirs	Wed Feb 13 18:45:20 2013
@@ -0,0 +1,24 @@
+#	$NetBSD: listsrcdirs,v 1.1 2013/02/13 18:45:20 pooka Exp $
+#
+
+#
+# Run this script with a shell which supports brace expansion (bash, csh, etc.)
+# It will echo all of the NetBSD source directories required to build rump
+# kernels with TOOLS_BUILDRUMP=yes (used for example by buildrump.sh).
+# Feed the output to whichever method you use to obtain NetBSD sources, e.g.
+#
+# bash listsrcdirs | xargs cvs -d anon...@anoncvs.netbsd.org:/cvsroot -z3 co -P
+#
+
+echo src/{build.sh,Makefile,Makefile.inc} \
+    src/{sys,tools,common,include} \
+    src/share/mk \
+    src/etc/{Makefile.params,master.passwd,group} \
+    src/lib/lib{c,util} \
+    src/lib/librump{user,client,,dev,net,vfs} \
+    src/external/bsd/{flex,mdocml,byacc} \
+    src/external/historical/nawk \
+    src/external/cddl/osnet \
+    src/usr.bin/{make,xinstall,config,mktemp,sed,tsort,cksum,m4,mkdep,lorder} \
+    src/usr.bin/join \
+    src/usr.sbin/mtree

Reply via email to