summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpme <pme@138bc75d-0d04-0410-961f-82ee72b054a4>2004-02-29 12:57:33 +0000
committerpme <pme@138bc75d-0d04-0410-961f-82ee72b054a4>2004-02-29 12:57:33 +0000
commit4dfdb7fdfea1f64d01cb55b18cc10753384dbe6b (patch)
treee9a467908eda669bb4c9c6e313b3d3ece8f53a0a
parentd767e27eebb282ba429801516cbd749ce7d00ddd (diff)
downloadppe42-gcc-4dfdb7fdfea1f64d01cb55b18cc10753384dbe6b.tar.gz
ppe42-gcc-4dfdb7fdfea1f64d01cb55b18cc10753384dbe6b.zip
2004-02-29 Phil Edwards <phil@codesourcery.com>
* testsuite/Makefile.am (check-abi, check-abi-verbose): Copy the summary file to the logfile. * testsuite/Makefile.in: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78647 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--libstdc++-v3/ChangeLog6
-rw-r--r--libstdc++-v3/testsuite/Makefile.am10
-rw-r--r--libstdc++-v3/testsuite/Makefile.in10
3 files changed, 18 insertions, 8 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index 44f6fcc46bb..1e508e92bab 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,9 @@
+2004-02-29 Phil Edwards <phil@codesourcery.com>
+
+ * testsuite/Makefile.am (check-abi, check-abi-verbose): Copy
+ the summary file to the logfile.
+ * testsuite/Makefile.in: Regenerate.
+
2004-02-28 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
* config/cpu/hppa/atomicity.h (__atomic_add): Make first argument
diff --git a/libstdc++-v3/testsuite/Makefile.am b/libstdc++-v3/testsuite/Makefile.am
index 0fa37323230..e22cbb7f56b 100644
--- a/libstdc++-v3/testsuite/Makefile.am
+++ b/libstdc++-v3/testsuite/Makefile.am
@@ -100,12 +100,14 @@ if GLIBCXX_TEST_ABI
# Use 'new-abi-baseline' to create an initial symbol file. Then run
# 'check-abi' to test for changes against that file.
check-abi: abi_check baseline_symbols current_symbols.txt
- -@(./abi_check --check ./current_symbols.txt ${baseline_file} \
- 2>&1 | tee libstdc++-abi.sum)
+ -@./abi_check --check ./current_symbols.txt ${baseline_file} \
+ 2>&1 | tee libstdc++-abi.sum
+ -@cp libstdc++-abi.sum libstdc++-abi.log
check-abi-verbose: abi_check baseline_symbols current_symbols.txt
- -@(./abi_check --check-verbose ./current_symbols.txt ${baseline_file} \
- 2>&1 | tee libstdc++-abi.sum)
+ -@./abi_check --check-verbose ./current_symbols.txt ${baseline_file} \
+ 2>&1 | tee libstdc++-abi.sum
+ -@cp libstdc++-abi.sum libstdc++-abi.log
else
check-abi:
diff --git a/libstdc++-v3/testsuite/Makefile.in b/libstdc++-v3/testsuite/Makefile.in
index cfa2e2e0023..55486b4648f 100644
--- a/libstdc++-v3/testsuite/Makefile.in
+++ b/libstdc++-v3/testsuite/Makefile.in
@@ -607,12 +607,14 @@ new-abi-baseline:
# Use 'new-abi-baseline' to create an initial symbol file. Then run
# 'check-abi' to test for changes against that file.
@GLIBCXX_TEST_ABI_TRUE@check-abi: abi_check baseline_symbols current_symbols.txt
-@GLIBCXX_TEST_ABI_TRUE@ -@(./abi_check --check ./current_symbols.txt ${baseline_file} \
-@GLIBCXX_TEST_ABI_TRUE@ 2>&1 | tee libstdc++-abi.sum)
+@GLIBCXX_TEST_ABI_TRUE@ -@./abi_check --check ./current_symbols.txt ${baseline_file} \
+@GLIBCXX_TEST_ABI_TRUE@ 2>&1 | tee libstdc++-abi.sum
+@GLIBCXX_TEST_ABI_TRUE@ -@cp libstdc++-abi.sum libstdc++-abi.log
@GLIBCXX_TEST_ABI_TRUE@check-abi-verbose: abi_check baseline_symbols current_symbols.txt
-@GLIBCXX_TEST_ABI_TRUE@ -@(./abi_check --check-verbose ./current_symbols.txt ${baseline_file} \
-@GLIBCXX_TEST_ABI_TRUE@ 2>&1 | tee libstdc++-abi.sum)
+@GLIBCXX_TEST_ABI_TRUE@ -@./abi_check --check-verbose ./current_symbols.txt ${baseline_file} \
+@GLIBCXX_TEST_ABI_TRUE@ 2>&1 | tee libstdc++-abi.sum
+@GLIBCXX_TEST_ABI_TRUE@ -@cp libstdc++-abi.sum libstdc++-abi.log
@GLIBCXX_TEST_ABI_FALSE@check-abi:
@GLIBCXX_TEST_ABI_FALSE@check-abi-verbose:
OpenPOWER on IntegriCloud