Rockbox mail archive
Subject: [PATCH] trivial patch for CVSROOT/modules
From: Nuutti Kotivuori (naked_at_iki.fi)
Date: 2002-12-11
This allows people to do:
$ cvs co -c
To determine whatever this CVS repository is supposed to contain and:
$ cvs co rockbox
To get all the files necessary for building rockbox. It also gives the
nice bonus of being able to do 'cvs diff -u' on the top-level of the
rockbox directory and get diffs for all the subdirectories when
submitting patches.
Then there's 'rockbox-devel' which contains the GDB stuff and the
simulator - and 'rockbox-all' which contains everything except
CVSROOT.
And the 'website' entry is just as an example, kind of. If you don't
like it, remove it.
I think this helps the life for everbody :-)
-- Naked
Index: modules
===================================================================
RCS file: /cvsroot/rockbox/CVSROOT/modules,v
retrieving revision 1.1
diff -u -r1.1 modules
--- modules 17 Jan 2002 16:11:26 -0000 1.1
+++ modules 11 Dec 2002 22:23:04 -0000
@@ -24,3 +24,8 @@
# character to interpose another module into the current module. This
# can be useful for creating a module that consists of many directories
# spread out over the entire source repository.
+
+rockbox &apps &firmware &docs &tools
+rockbox-devel &apps &firmware &docs &tools &uisimulator &gdb
+rockbox-all &apps &firmware &docs &tools &uisimulator &gdb &www
+website www
Page was last modified "Mar 9 2008" The Rockbox Crew
|