This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

PATCH for Re: Broken build status link


On Wed, 27 Jun 2001, David Kaelbling wrote:
> http://gcc.gnu.org/install/finalinstall.html has a link to a
> non-existent "build status page" -- following it produces:
>
> The requested URL /gcc-3.0/buildstat.html was not found on this server.

Thanks for pointing this out.

I addressed this by the patch below which I just installed.

Gerald


*** /dev/null	Sun Jul  1 11:45:21 2001
--- buildstat.html	Sun Jul  1 12:08:32 2001
***************
*** 0 ****
--- 1,25 ----
+ <html>
+
+ <head>
+ <title>Build status for GCC 3.0</title>
+ </head>
+
+ <body>
+ <h1 align="center">Build status for GCC 3.0</h1>
+
+ <table>
+
+ <tr>
+ <td>i386-unknown-freebsd4.3</td>
+ <td>Successful</td>
+ </tr>
+
+ <tr>
+ <td>i686-pc-linux-gnu</td>
+ <td>Successful</td>
+ </tr>
+
+ </table>
+
+ </body>
+ </html>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]