Commit 0a8fff57 by Jason Merrill Committed by Jason Merrill

Makefile.am: Remove use of baseline_file.

	* testsuite/Makefile.am: Remove use of baseline_file.
	* testsuite/Makefile.in: Likewise.

From-SVN: r154114
parent fae927d3
2009-11-11 Jason Merrill <jason@redhat.com> 2009-11-11 Jason Merrill <jason@redhat.com>
* testsuite/Makefile.am: Remove use of baseline_file.
* testsuite/Makefile.in: Likewise.
PR c++/39131 PR c++/39131
* config/abi/pre/gnu.ver: Add DFP types. * config/abi/pre/gnu.ver: Add DFP types.
* testsuite/util/testsuite_abi.cc (check_version): Add CXXABI_1.3.4. * testsuite/util/testsuite_abi.cc (check_version): Add CXXABI_1.3.4.
......
...@@ -70,7 +70,7 @@ site.exp: Makefile ...@@ -70,7 +70,7 @@ site.exp: Makefile
extract_symvers = $(glibcxx_srcdir)/scripts/extract_symvers extract_symvers = $(glibcxx_srcdir)/scripts/extract_symvers
baseline_symbols: baseline_symbols:
-@(output=${baseline_file}; \ -@(output=${baseline_dir}/baseline_symbols.txt; \
if test ! -f $${output}; then \ if test ! -f $${output}; then \
echo "Baseline file doesn't exist."; \ echo "Baseline file doesn't exist."; \
echo "Try 'make new-abi-baseline' to create it."; \ echo "Try 'make new-abi-baseline' to create it."; \
...@@ -79,7 +79,7 @@ baseline_symbols: ...@@ -79,7 +79,7 @@ baseline_symbols:
new-abi-baseline: new-abi-baseline:
-@$(mkinstalldirs) ${baseline_dir} -@$(mkinstalldirs) ${baseline_dir}
-@(output=${baseline_file}; \ -@(output=${baseline_dir}/baseline_symbols.txt; \
if test -f $${output}; then \ if test -f $${output}; then \
output=$${output}.new; \ output=$${output}.new; \
t=`echo $${output} | sed 's=.*config/abi/=='`; \ t=`echo $${output} | sed 's=.*config/abi/=='`; \
......
...@@ -527,7 +527,7 @@ site.exp: Makefile ...@@ -527,7 +527,7 @@ site.exp: Makefile
@mv site.tmp site.exp @mv site.tmp site.exp
baseline_symbols: baseline_symbols:
-@(output=${baseline_file}; \ -@(output=${baseline_dir}/baseline_symbols.txt; \
if test ! -f $${output}; then \ if test ! -f $${output}; then \
echo "Baseline file doesn't exist."; \ echo "Baseline file doesn't exist."; \
echo "Try 'make new-abi-baseline' to create it."; \ echo "Try 'make new-abi-baseline' to create it."; \
...@@ -536,7 +536,7 @@ baseline_symbols: ...@@ -536,7 +536,7 @@ baseline_symbols:
new-abi-baseline: new-abi-baseline:
-@$(mkinstalldirs) ${baseline_dir} -@$(mkinstalldirs) ${baseline_dir}
-@(output=${baseline_file}; \ -@(output=${baseline_dir}/baseline_symbols.txt; \
if test -f $${output}; then \ if test -f $${output}; then \
output=$${output}.new; \ output=$${output}.new; \
t=`echo $${output} | sed 's=.*config/abi/=='`; \ t=`echo $${output} | sed 's=.*config/abi/=='`; \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment