mirror of git://gcc.gnu.org/git/gcc.git
Makefile.am: Remove use of baseline_file.
* testsuite/Makefile.am: Remove use of baseline_file. * testsuite/Makefile.in: Likewise. From-SVN: r154114
This commit is contained in:
parent
fae927d3bd
commit
0a8fff5778
|
|
@ -1,5 +1,8 @@
|
|||
2009-11-11 Jason Merrill <jason@redhat.com>
|
||||
|
||||
* testsuite/Makefile.am: Remove use of baseline_file.
|
||||
* testsuite/Makefile.in: Likewise.
|
||||
|
||||
PR c++/39131
|
||||
* config/abi/pre/gnu.ver: Add DFP types.
|
||||
* testsuite/util/testsuite_abi.cc (check_version): Add CXXABI_1.3.4.
|
||||
|
|
|
|||
|
|
@ -70,7 +70,7 @@ site.exp: Makefile
|
|||
extract_symvers = $(glibcxx_srcdir)/scripts/extract_symvers
|
||||
|
||||
baseline_symbols:
|
||||
-@(output=${baseline_file}; \
|
||||
-@(output=${baseline_dir}/baseline_symbols.txt; \
|
||||
if test ! -f $${output}; then \
|
||||
echo "Baseline file doesn't exist."; \
|
||||
echo "Try 'make new-abi-baseline' to create it."; \
|
||||
|
|
@ -79,7 +79,7 @@ baseline_symbols:
|
|||
|
||||
new-abi-baseline:
|
||||
-@$(mkinstalldirs) ${baseline_dir}
|
||||
-@(output=${baseline_file}; \
|
||||
-@(output=${baseline_dir}/baseline_symbols.txt; \
|
||||
if test -f $${output}; then \
|
||||
output=$${output}.new; \
|
||||
t=`echo $${output} | sed 's=.*config/abi/=='`; \
|
||||
|
|
|
|||
|
|
@ -527,7 +527,7 @@ site.exp: Makefile
|
|||
@mv site.tmp site.exp
|
||||
|
||||
baseline_symbols:
|
||||
-@(output=${baseline_file}; \
|
||||
-@(output=${baseline_dir}/baseline_symbols.txt; \
|
||||
if test ! -f $${output}; then \
|
||||
echo "Baseline file doesn't exist."; \
|
||||
echo "Try 'make new-abi-baseline' to create it."; \
|
||||
|
|
@ -536,7 +536,7 @@ baseline_symbols:
|
|||
|
||||
new-abi-baseline:
|
||||
-@$(mkinstalldirs) ${baseline_dir}
|
||||
-@(output=${baseline_file}; \
|
||||
-@(output=${baseline_dir}/baseline_symbols.txt; \
|
||||
if test -f $${output}; then \
|
||||
output=$${output}.new; \
|
||||
t=`echo $${output} | sed 's=.*config/abi/=='`; \
|
||||
|
|
|
|||
Loading…
Reference in New Issue