This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: [GCC Wiki] Update of "BuildInfrastructure" by Ma nuelLópezIbáñez
- From: Manuel López-Ibáñez <lopezibanez at gmail dot com>
- To: gcc Mailing List <gcc at gcc dot gnu dot org>
- Cc: thomas at schwinge dot name
- Date: Sun, 23 Oct 2011 15:47:28 +0200
- Subject: Re: [GCC Wiki] Update of "BuildInfrastructure" by Ma nuelLópezIbáñez
Hi Manuel!
On Sun, 23 Oct 2011 13:06:43 -0000, GCC Wiki <noreply@gcc.gnu.org> wrote:
> > The "BuildInfrastructure" page has been changed by ManuelLópezIbáñez:
> > http://gcc.gnu.org/wiki/BuildInfrastructure?action=diff&rev1=1&rev2=2
> >
> > Comment:
> > remove duplicated info, point to more complete info
> >
> >
> > GCC currently uses GNU Autoconf 2.64.
> >
> > - Regenerate all files:
> > + [[Regenerating_GCC_Configuration#Regenerating_All_.27.27configure.27.27_Files|Regenerate all files]]
> >
> > + See also [[Regenerating_GCC_Configuration]]
> > - {{{
> > - $ find ./ -name configure.ac | while read f; do (cd "$(dirname "$f")"/ && autoconf2.64); done
> > - }}}
>Thank you -- Regenerating_GCC_Configuration was exactly the page that I
>had been looking for yesterday (and that I had been editing before!),
>before adding the new BuildInfrastructure, but it apparently is not
>linked to from anywhere I looked, and searching for ``autoconf'' didn't
>turn it up (huh, any explanation?).
The wiki search is quite broken, and the wiki is unmaintained in
general. I don't think the version of moinmoin used by GCC's wiki is
even supported anymore. And does any one else have admin access? Mine
is partially broken, I actually need to login as Daniel Berlin to
perform despam (which most of the time does not work anyway).
> I suggest that I tear down BuildInfrastructure, and instead link to
> Regenerating_GCC_Configuration from GettingStarted. Or does anyone have
> any plans on extending a BuildInfrastructure page?
Fine by me!
Grüße,
Thomas