Commit 7e7e6d08 by Jakub Jelinek Committed by Jakub Jelinek

Makefile.am (check-abi, [...]): Use @glibcpp_srcdir@ instead of ${top_srcdir}.

	* Makefile.am (check-abi, new-abi-baseline): Use @glibcpp_srcdir@
	instead of ${top_srcdir}.
	* Makefile.in: Rebuilt.

From-SVN: r58418
parent 42c78618
2002-10-22 Jakub Jelinek <jakub@redhat.com>
* Makefile.am (check-abi, new-abi-baseline): Use @glibcpp_srcdir@
instead of ${top_srcdir}.
* Makefile.in: Rebuilt.
2002-10-22 Loren J. Rittle <ljrittle@acm.org> 2002-10-22 Loren J. Rittle <ljrittle@acm.org>
* testsuite/18_support/numeric_limits.cc (test_extrema<long double>): * testsuite/18_support/numeric_limits.cc (test_extrema<long double>):
......
...@@ -51,7 +51,7 @@ check-script-install: $(top_builddir)/mkcheck ...@@ -51,7 +51,7 @@ check-script-install: $(top_builddir)/mkcheck
baseline_file = @baseline_file@ baseline_file = @baseline_file@
check-abi: $(top_builddir)/testsuite/abi_check check-abi: $(top_builddir)/testsuite/abi_check
-@(cd testsuite; \ -@(cd testsuite; \
${top_srcdir}/config/abi/extract_symvers \ @glibcpp_srcdir@/config/abi/extract_symvers \
../src/.libs/libstdc++.so \ ../src/.libs/libstdc++.so \
./current_symbols.txt && \ ./current_symbols.txt && \
./abi_check --check ./current_symbols.txt ${baseline_file}) ./abi_check --check ./current_symbols.txt ${baseline_file})
...@@ -63,7 +63,7 @@ new-abi-baseline: ...@@ -63,7 +63,7 @@ new-abi-baseline:
t=`echo $${output} | sed 's=.*config/abi/=='`; \ t=`echo $${output} | sed 's=.*config/abi/=='`; \
echo "Baseline file already exists, writing to $${t} instead."; \ echo "Baseline file already exists, writing to $${t} instead."; \
fi; \ fi; \
${top_srcdir}/config/abi/extract_symvers \ @glibcpp_srcdir@/config/abi/extract_symvers \
src/.libs/libstdc++.so $${output}) src/.libs/libstdc++.so $${output})
# These rules are messy, but are hella worth it. # These rules are messy, but are hella worth it.
......
...@@ -487,7 +487,7 @@ check-script-install: $(top_builddir)/mkcheck ...@@ -487,7 +487,7 @@ check-script-install: $(top_builddir)/mkcheck
@glibcpp_builddir@/mkcheck 1) @glibcpp_builddir@/mkcheck 1)
check-abi: $(top_builddir)/testsuite/abi_check check-abi: $(top_builddir)/testsuite/abi_check
-@(cd testsuite; \ -@(cd testsuite; \
${top_srcdir}/config/abi/extract_symvers \ @glibcpp_srcdir@/config/abi/extract_symvers \
../src/.libs/libstdc++.so \ ../src/.libs/libstdc++.so \
./current_symbols.txt && \ ./current_symbols.txt && \
./abi_check --check ./current_symbols.txt ${baseline_file}) ./abi_check --check ./current_symbols.txt ${baseline_file})
...@@ -499,7 +499,7 @@ new-abi-baseline: ...@@ -499,7 +499,7 @@ new-abi-baseline:
t=`echo $${output} | sed 's=.*config/abi/=='`; \ t=`echo $${output} | sed 's=.*config/abi/=='`; \
echo "Baseline file already exists, writing to $${t} instead."; \ echo "Baseline file already exists, writing to $${t} instead."; \
fi; \ fi; \
${top_srcdir}/config/abi/extract_symvers \ @glibcpp_srcdir@/config/abi/extract_symvers \
src/.libs/libstdc++.so $${output}) src/.libs/libstdc++.so $${output})
# These rules are messy, but are hella worth it. # These rules are messy, but are hella worth it.
......
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