]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Makefile.am (check-abi, [...]): Copy the summary file to the logfile.
authorPhil Edwards <phil@codesourcery.com>
Sun, 29 Feb 2004 12:57:33 +0000 (12:57 +0000)
committerPhil Edwards <pme@gcc.gnu.org>
Sun, 29 Feb 2004 12:57:33 +0000 (12:57 +0000)
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.

From-SVN: r78647

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

index 44f6fcc46bb44dab52f1e046917aeeaaa8aa2c07..1e508e92bab22a4288e5e95d7bdc2c5cfe184b7d 100644 (file)
@@ -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
index 0fa3732323010709e91e3d2a1e76c828d5ad7b6a..e22cbb7f56b22483bf923dff55df3278a2b1411f 100644 (file)
@@ -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:
index cfa2e2e00239625c73db54277a5e562e4aa9c760..55486b4648fc471319c391694fae91499bd5004a 100644 (file)
@@ -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: