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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[v3] remove header rename rules


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

Attachment: p.20061206-1.bz2
Description: BZip2 compressed data


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