This is the mail archive of the
libstdc++-cvs@gcc.gnu.org
mailing list for the libstdc++ project.
r169890 - in /branches/google/integration/libst...
- From: simonb at gcc dot gnu dot org
- To: libstdc++-cvs at gcc dot gnu dot org
- Date: Mon, 07 Feb 2011 18:07:04 -0000
- Subject: r169890 - in /branches/google/integration/libst...
Author: simonb
Date: Mon Feb 7 18:07:04 2011
New Revision: 169890
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=169890
Log:
Make bits/stamp-bits generated by libstc++-v3/include a regular file.
Building stamp-bits-sup in libstdc++-v3/include creates a bits/stamp-bits
file. Because it's generated by 'ln -s stamp-bits .', the file is a
symbolic link that points back to itself. This prevents cpio -L from
copying the built tree ("Too many levels of symbolic links").
This change removes the self-referential bits/stamp-bits and replaces it
with a regular timestamp file, allowing cpio -L to handle it cleanly.
libstdc++-v3/ChangeLog:
2011-02-07 Simon Baldwin <simonb@google.com>
* include/Makefile.am: Fix links built for stamp-sup-bits.
* include/Makefile.in: Rebuild.
Modified:
branches/google/integration/libstdc++-v3/ChangeLog.google-integration
branches/google/integration/libstdc++-v3/include/Makefile.am
branches/google/integration/libstdc++-v3/include/Makefile.in