Makefile.am (libstdc++-symbols.ver): Remove useless /dev/null.
authorEric Botcazou <ebotcazou@adacore.com>
Wed, 6 Apr 2016 15:07:49 +0000 (15:07 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Wed, 6 Apr 2016 15:07:49 +0000 (15:07 +0000)
* src/Makefile.am (libstdc++-symbols.ver): Remove useless /dev/null.
* src/Makefile.in: Regenerate.

From-SVN: r234782

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

index 4f9e9ef89b825560b6eb461bb2410a4f8e55488b..2a3d7428a00158d209dd6eb71816c75123bd7632 100644 (file)
@@ -1,3 +1,8 @@
+2016-04-06  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * src/Makefile.am (libstdc++-symbols.ver): Remove useless /dev/null.
+       * src/Makefile.in: Regenerate.
+
 2016-04-05  Jonathan Wakely  <jwakely@redhat.com>
 
        PR libstdc++/70554
index 7b510abc4044a43190e2dee684992b125fcd17dc..dce25a6bd8b1a8aa963a67295e26f1643e34f08c 100644 (file)
@@ -228,7 +228,7 @@ libstdc++-symbols.ver:  ${glibcxx_srcdir}/$(SYMVER_FILE) \
        chmod +w $@.tmp
        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 \
+              $(port_specific_symbol_files) > /dev/null 2>&1; then \
            cat $(port_specific_symbol_files) >> $@.tmp; \
          else \
            sed -n '1,/DO NOT DELETE/p' $@.tmp > tmp.top; \
index 0776dccc212c3567386d968f5783a23f4bcbbd42..75a207a5e7d9c72bd11517dde7367af4ea71292b 100644 (file)
@@ -939,7 +939,7 @@ compatibility-condvar.o: compatibility-condvar.cc
 @ENABLE_SYMVERS_TRUE@  chmod +w $@.tmp
 @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 \
+@ENABLE_SYMVERS_TRUE@         $(port_specific_symbol_files) > /dev/null 2>&1; then \
 @ENABLE_SYMVERS_TRUE@      cat $(port_specific_symbol_files) >> $@.tmp; \
 @ENABLE_SYMVERS_TRUE@    else \
 @ENABLE_SYMVERS_TRUE@      sed -n '1,/DO NOT DELETE/p' $@.tmp > tmp.top; \