mirror of git://gcc.gnu.org/git/gcc.git
Makefile.am (libstdc++-symbol.ver): Make sure the build tree copy of libstdc++-symbol.ver is writeable.
* 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
This commit is contained in:
parent
b11040a8b1
commit
593124a736
|
|
@ -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>
|
2007-08-02 Paolo Carlini <pcarlini@suse.de>
|
||||||
|
|
||||||
DR 660, [Ready] in Toronto.
|
DR 660, [Ready] in Toronto.
|
||||||
|
|
|
||||||
|
|
@ -32,6 +32,7 @@ if ENABLE_SYMVERS
|
||||||
libstdc++-symbols.ver: ${glibcxx_srcdir}/$(SYMVER_FILE) \
|
libstdc++-symbols.ver: ${glibcxx_srcdir}/$(SYMVER_FILE) \
|
||||||
$(port_specific_symbol_files)
|
$(port_specific_symbol_files)
|
||||||
cp ${glibcxx_srcdir}/$(SYMVER_FILE) ./libstdc++-symbols.ver
|
cp ${glibcxx_srcdir}/$(SYMVER_FILE) ./libstdc++-symbols.ver
|
||||||
|
chmod +w ./libstdc++-symbols.ver
|
||||||
if test "x$(port_specific_symbol_files)" != x; then \
|
if test "x$(port_specific_symbol_files)" != x; then \
|
||||||
if grep '^# Appended to version file.' \
|
if grep '^# Appended to version file.' \
|
||||||
$(port_specific_symbol_files) /dev/null > /dev/null 2>&1; then \
|
$(port_specific_symbol_files) /dev/null > /dev/null 2>&1; then \
|
||||||
|
|
|
||||||
|
|
@ -723,6 +723,7 @@ uninstall-am: uninstall-info-am uninstall-toolexeclibLTLIBRARIES
|
||||||
@ENABLE_SYMVERS_TRUE@libstdc++-symbols.ver: ${glibcxx_srcdir}/$(SYMVER_FILE) \
|
@ENABLE_SYMVERS_TRUE@libstdc++-symbols.ver: ${glibcxx_srcdir}/$(SYMVER_FILE) \
|
||||||
@ENABLE_SYMVERS_TRUE@ $(port_specific_symbol_files)
|
@ENABLE_SYMVERS_TRUE@ $(port_specific_symbol_files)
|
||||||
@ENABLE_SYMVERS_TRUE@ cp ${glibcxx_srcdir}/$(SYMVER_FILE) ./libstdc++-symbols.ver
|
@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 test "x$(port_specific_symbol_files)" != x; then \
|
||||||
@ENABLE_SYMVERS_TRUE@ if grep '^# Appended to version file.' \
|
@ENABLE_SYMVERS_TRUE@ if grep '^# Appended to version file.' \
|
||||||
@ENABLE_SYMVERS_TRUE@ $(port_specific_symbol_files) /dev/null > /dev/null 2>&1; then \
|
@ENABLE_SYMVERS_TRUE@ $(port_specific_symbol_files) /dev/null > /dev/null 2>&1; then \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue