From: Phil Edwards Date: Wed, 2 Oct 2002 01:06:40 +0000 (+0000) Subject: Makefile.am (check-abi): Add @ to rule. X-Git-Tag: releases/gcc-3.2.1~222 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e2e4a99337bc7b5c416f91253bb31463364ce51c;p=thirdparty%2Fgcc.git 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 --- 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; \