This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [v3] remove header rename rules
- From: "bobby mcnulty" <snyder100 at bellsouth dot net>
- To: libstdc++ at gcc dot gnu dot org
- Date: Fri, 8 Dec 2006 21:50:27 -0600
- Subject: Re: [v3] remove header rename rules
- References: <20061206121838.08ebe09e.bkoz@redhat.com>
"Benjamin Kosnik" <bkoz@redhat.com> wrote in message
20061206121838.08ebe09e.bkoz@redhat.com">news:20061206121838.08ebe09e.bkoz@redhat.com...
>
> Long the epicenter of strange makefile hackery, include/Makefile.am has
> done some complex renaming of source files to installed files for std
> and "C" includes. This has always been unnecessary, but was a result of
> a historical compromise.
>
> This patch removes this, and treats all nested directories of header
> files the same. Ie, ext/debug/tr1 now have the same behavior as
> std/c/c_std. Thanks to svn, all history is preserved.
>
> Hopefully this will make the include source directory a bit more
> straightforward for newbies.
>
> I'll wait 24 hrs on this, or for explicit ok's from other maintainers...
>
> tested x86/linux
>
> gcc only.
>
> -benjamin
>
Ben, on i686-pc-cygwin, as of today, the trunk is broken.
It's at the first PCH, just entering the library.
Bobby