This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
small www fix
- From: "Robert Schuster" <theBohemian at gmx dot net>
- To: gcc-patches at gcc dot gnu dot org,java-patches at gcc dot gnu dot org
- Date: Sat, 12 Mar 2005 01:17:37 +0100 (MET)
- Subject: small www fix
Hi.
Finding gcj's snapshot building instructions was cumbersome (for me). So I
added a clarification for this.
And then I think that these days gcc snapshots are not delivered as tar.gz
any more. Thats why I changed this to a recent gcc-4.0 snapshot filename and
bzip2.
Finally I had to ask where to send this patch and I thought it would be a
good idea to mention this.
2005-03-11 Robert Schuster <thebohemian@gmx.net>
* build-snapshot.html: Updated extraction method to bzip2.
* docs.html: Added clarification to general information link.
* contrib.html: Added note about where to send WWW patches.
cu
Robert
--
SMS bei wichtigen e-mails und Ihre Gedanken sind frei ...
Alle Infos zur SMS-Benachrichtigung: http://www.gmx.net/de/go/sms
Index: ChangeLog
===================================================================
RCS file: /cvsroot/gcc/wwwdocs/htdocs/java/ChangeLog,v
retrieving revision 1.622
diff -u -r1.622 ChangeLog
--- ChangeLog 23 Feb 2005 22:45:39 -0000 1.622
+++ ChangeLog 11 Mar 2005 23:11:27 -0000
@@ -1,3 +1,9 @@
+2005-03-11 Robert Schuster <thebohemian@gmx.net>
+
+ * build-snapshot.html: Updated extraction method to bzip2.
+ * docs.html: Added clarification to general information link.
+ * contrib.html: Added note about where to send WWW patches.
+
2005-02-23 Gerald Pfeifer <gerald@pfeifer.com>
* index.html: Make link to /onlinedocs need to refer to gcc.gnu.org.
Index: build-snapshot.html
===================================================================
RCS file: /cvsroot/gcc/wwwdocs/htdocs/java/build-snapshot.html,v
retrieving revision 1.16
diff -u -r1.16 build-snapshot.html
--- build-snapshot.html 29 Jul 2002 16:50:01 -0000 1.16
+++ build-snapshot.html 11 Mar 2005 23:11:27 -0000
@@ -38,10 +38,10 @@
3. Move the snapshot into the compile dir, e.g.
$ cd compile
- $ mv ../gcc-20001211.tar.gz .
- $ gunzip *.gz
+ $ mv ../gcc-4.0-20050305.tar.bz2 .
+ $ bzip2 -d *.bz2
$ tar xfv *.tar
- $ ln -s gcc-20001211 gcc
+ $ ln -s gcc-4.0-20050305 gcc
</pre>
</td>
</tr>
Index: contrib.html
===================================================================
RCS file: /cvsroot/gcc/wwwdocs/htdocs/java/contrib.html,v
retrieving revision 1.35
diff -u -r1.35 contrib.html
--- contrib.html 16 Nov 2003 16:30:38 -0000 1.35
+++ contrib.html 11 Mar 2005 23:11:27 -0000
@@ -68,6 +68,8 @@
directory — should be sent to the <a
href="mailto:gcc-patches@gcc.gnu.org">gcc-patches</a> list.</p>
+ <p>Patches for the WWW pages should be sent to both mailing lists.</p>
+
<br />
<table border="0" cellpadding="4" width="95%">
<tr bgcolor="#b0d0ff">
Index: docs.html
===================================================================
RCS file: /cvsroot/gcc/wwwdocs/htdocs/java/docs.html,v
retrieving revision 1.25
diff -u -r1.25 docs.html
--- docs.html 20 Jan 2005 17:24:32 -0000 1.25
+++ docs.html 11 Mar 2005 23:11:27 -0000
@@ -25,7 +25,7 @@
essentially identical to libgcj. However, there may be
differences between the libgcj release you have and the
version of Classpath used to generate this page.) </li>
- <li>General <a href="gcj2.html">gcj</a> information.</li>
+ <li>General <a href="gcj2.html">gcj</a> information (including snapshot building instructions).</li>
<li>General <a href="libgcj2.html">runtime</a> information.</li>
<li>How to <a href="compile.html">compile</a> a Java program.</li>
<li>How to <a href="gdb.html">debug</a> a Java program using GDB.</li>