* src/Makefile.am (libstdc++-symbols.ver): Remove useless /dev/null.
authorebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 6 Apr 2016 15:07:49 +0000 (15:07 +0000)
committerebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 6 Apr 2016 15:07:49 +0000 (15:07 +0000)
* src/Makefile.in: Regenerate.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@234782 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 4f9e9ef..2a3d742 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 7b510ab..dce25a6 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 0776dcc..75a207a 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; \