Source-Changes-HG archive

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

[src/trunk]: src/sys/rump Move the list of source directories required by TOO...



details:   https://anonhg.NetBSD.org/src/rev/64aa4399f5ed
branches:  trunk
changeset: 784897:64aa4399f5ed
user:      pooka <pooka%NetBSD.org@localhost>
date:      Wed Feb 13 18:45:20 2013 +0000

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

diffstat:

 sys/rump/listsrcdirs |  24 ++++++++++++++++++++++++
 1 files changed, 24 insertions(+), 0 deletions(-)

diffs (28 lines):

diff -r 1025ba157644 -r 64aa4399f5ed sys/rump/listsrcdirs
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/rump/listsrcdirs      Wed Feb 13 18:45:20 2013 +0000
@@ -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 anoncvs%anoncvs.netbsd.org@localhost:/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



Home | Main Index | Thread Index | Old Index