+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
# 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:
# 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: