From e2e4a99337bc7b5c416f91253bb31463364ce51c Mon Sep 17 00:00:00 2001 From: Phil Edwards Date: Wed, 2 Oct 2002 01:06:40 +0000 Subject: [PATCH] Makefile.am (check-abi): Add @ to rule. 2002-10-01 Phil Edwards * Makefile.am (check-abi): Add @ to rule. * Makefile.in: Regenerated. From-SVN: r57716 --- libstdc++-v3/ChangeLog | 5 +++++ libstdc++-v3/Makefile.am | 2 +- libstdc++-v3/Makefile.in | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index c272ea069455..5bee1bc9709d 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,8 @@ +2002-10-01 Phil Edwards + + * Makefile.am (check-abi): Add @ to rule. + * Makefile.in: Regenerated. + 2002-10-01 Phil Edwards PR libstdc++/8096 diff --git a/libstdc++-v3/Makefile.am b/libstdc++-v3/Makefile.am index 09e48f5b6019..a05f27d530a4 100644 --- a/libstdc++-v3/Makefile.am +++ b/libstdc++-v3/Makefile.am @@ -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; \ diff --git a/libstdc++-v3/Makefile.in b/libstdc++-v3/Makefile.in index 0db404989e77..a33b92242363 100644 --- a/libstdc++-v3/Makefile.in +++ b/libstdc++-v3/Makefile.in @@ -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; \ -- 2.47.2