Makefile.am (libstdc++-symbol.ver): Make sure the build tree copy of libstdc++-symbol...
authorJim Blandy <jimb@codesourcery.com>
Tue, 7 Aug 2007 21:05:16 +0000 (21:05 +0000)
committerJim Blandy <jimb@gcc.gnu.org>
Tue, 7 Aug 2007 21:05:16 +0000 (21:05 +0000)
* src/Makefile.am (libstdc++-symbol.ver): Make
sure the build tree copy of libstdc++-symbol.ver is writeable.
* src/Makefile.in: Regenerated.

From-SVN: r127279

libstdc++-v3/ChangeLog
libstdc++-v3/src/Makefile.am
libstdc++-v3/src/Makefile.in

index fa984ec3da590900a52d5b114c18943e0bf064b6..d12310170feca7db667177765cc6e46e34e4975a 100644 (file)
@@ -1,3 +1,9 @@
+2007-08-07  Jim Blandy  <jimb@codesourcery.com>
+
+       * src/Makefile.am (libstdc++-symbol.ver): Make
+       sure the build tree copy of libstdc++-symbol.ver is writeable.
+       * src/Makefile.in: Regenerated.
+
 2007-08-02  Paolo Carlini  <pcarlini@suse.de>
 
        DR 660, [Ready] in Toronto.
index 47f8ceea2c5564a9230f3608fd7487f463e4748e..818735a73efafa00de234e9bbf69ff339acfe9f3 100644 (file)
@@ -32,6 +32,7 @@ if ENABLE_SYMVERS
 libstdc++-symbols.ver:  ${glibcxx_srcdir}/$(SYMVER_FILE) \
                $(port_specific_symbol_files)
        cp ${glibcxx_srcdir}/$(SYMVER_FILE) ./libstdc++-symbols.ver
+       chmod +w ./libstdc++-symbols.ver
        if test "x$(port_specific_symbol_files)" != x; then \
          if grep '^# Appended to version file.' \
               $(port_specific_symbol_files) /dev/null > /dev/null 2>&1; then \
index d2428328b06587c4f21b8f1d50bb9d48b9ff98d8..49ea3b3b27357e1c7e2cfc95427b9c1941e2b019 100644 (file)
@@ -723,6 +723,7 @@ uninstall-am: uninstall-info-am uninstall-toolexeclibLTLIBRARIES
 @ENABLE_SYMVERS_TRUE@libstdc++-symbols.ver:  ${glibcxx_srcdir}/$(SYMVER_FILE) \
 @ENABLE_SYMVERS_TRUE@          $(port_specific_symbol_files)
 @ENABLE_SYMVERS_TRUE@  cp ${glibcxx_srcdir}/$(SYMVER_FILE) ./libstdc++-symbols.ver
+@ENABLE_SYMVERS_TRUE@  chmod +w ./libstdc++-symbols.ver
 @ENABLE_SYMVERS_TRUE@  if test "x$(port_specific_symbol_files)" != x; then \
 @ENABLE_SYMVERS_TRUE@    if grep '^# Appended to version file.' \
 @ENABLE_SYMVERS_TRUE@         $(port_specific_symbol_files) /dev/null > /dev/null 2>&1; then \