Update of /cvsroot/linux-vax/www/htdocs/docs
In directory sc8-pr-cvs1:/tmp/cvs-serv26883/www/htdocs/docs
Modified Files:
README
Log Message:
Fixes from Jan-Benedict Glaw to correspond with new toolchain location
in CVS
Index: README
===================================================================
RCS file: /cvsroot/linux-vax/www/htdocs/docs/README,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- README 18 May 2002 10:19:24 -0000 1.2
+++ README 17 Sep 2003 21:49:04 -0000 1.3
@@ -32,13 +32,17 @@
Unfortunately, there are a few large downloads involved to get
up and running...
+However, please do _not_ use the "tools" and "kernel" module. They're
+no longer updated!
+
+
1. The cross-compiler and binutils
Sources
-------
The most recent snapshots of the compiler and binutils are
- held in our CVS repository under the "tools" module. You are
+ held in our CVS repository under the "toolchain" module. You are
strongly advised to check this out, and build the tools yourself,
with the supplied script, to ensure you have the most up to date
compilation environment. There are instructions in the FAQ as
@@ -47,7 +51,7 @@
$ cvs -d:pserver:ano...@cv...:/cvsroot/linux-vax login
(hit return at the password prompt).
- $ cvs -z9 -d:pserver:ano...@cv...:/cvsroot/linux-vax co tools
+ $ cvs -z9 -d:pserver:ano...@cv...:/cvsroot/linux-vax co toolchain
We no longer make source snapshots, or patches against the GNU
releases, available, as we all use CVS, and our time and bandwidth
@@ -82,12 +86,13 @@
2. The kernel sources
- Grab the sources from CVS:
+ Grab the sources from CVS. You can either use "kernel-2.4" or "kernel-2.5",
+ but kernel-2.4 might be a better choice right now:
$ cvs -d:pserver:ano...@cv...:/cvsroot/linux-vax login
(hit return at the password prompt).
- $ cvs -z9 -d:pserver:ano...@cv...:/cvsroot/linux-vax co kernel
+ $ cvs -z9 -d:pserver:ano...@cv...:/cvsroot/linux-vax co kernel-2.4
cd into the kernel dir created by cvs and do
|