]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Makefile.am (check-abi): Add @ to rule.
authorPhil Edwards <pme@gcc.gnu.org>
Wed, 2 Oct 2002 01:06:40 +0000 (01:06 +0000)
committerPhil Edwards <pme@gcc.gnu.org>
Wed, 2 Oct 2002 01:06:40 +0000 (01:06 +0000)
2002-10-01  Phil Edwards  <pme@gcc.gnu.org>

* Makefile.am (check-abi):  Add @ to rule.
* Makefile.in:  Regenerated.

From-SVN: r57716

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

index c272ea069455fa77e8806a8244971f3edebed55d..5bee1bc9709db97a164160c85c6310b750f808a9 100644 (file)
@@ -1,3 +1,8 @@
+2002-10-01  Phil Edwards  <pme@gcc.gnu.org>
+
+       * Makefile.am (check-abi):  Add @ to rule.
+       * Makefile.in:  Regenerated.
+
 2002-10-01  Phil Edwards  <pme@gcc.gnu.org>
 
        PR libstdc++/8096
index 09e48f5b60195ae33a8e02c18464ee5a531767f7..a05f27d530a41c958d9d7fb318991d9fda1ad521 100644 (file)
@@ -48,7 +48,7 @@ check-script-install: $(top_builddir)/mkcheck
 # 'check-abi' to test for changes against that file.
 baseline_file = @baseline_file@
 check-abi: $(top_builddir)/testsuite/abi_check
-       -(cd testsuite; \
+       -@(cd testsuite; \
          ${top_srcdir}/config/abi/extract_symvers \
             ../src/.libs/libstdc++.so \
             ./current_symbols.txt; \
index 0db404989e777ee3b10b21f897cb09f842a52585..a33b92242363157c31889ede179f160a493a3425 100644 (file)
@@ -445,7 +445,7 @@ check-script-install: $(top_builddir)/mkcheck
          cd testsuite; \
          @glibcpp_builddir@/mkcheck 1)
 check-abi: $(top_builddir)/testsuite/abi_check
-       -(cd testsuite; \
+       -@(cd testsuite; \
          ${top_srcdir}/config/abi/extract_symvers \
             ../src/.libs/libstdc++.so \
             ./current_symbols.txt; \