Ulrich Weigand <[EMAIL PROTECTED]> writes:

> It would appear the problem is this patch:
> 2005-05-12  Mark Mitchell  <[EMAIL PROTECTED]>
>
>         2005-04-04  Mark Mitchell  <[EMAIL PROTECTED]>
>         * testsuite/Makefile.am (check-local): Remove.

The problem is that this change is missing.  I've checked in the obvious
fix, tested on powerpc-linux.

Andreas.

2005-05-15  Andreas Schwab  <[EMAIL PROTECTED]>

        * testsuite/Makefile.am (check-local): Really remove.
        * testsuite/Makefile.in: Regenerated.

Index: libstdc++-v3/testsuite/Makefile.am
===================================================================
RCS file: /cvs/gcc/gcc/libstdc++-v3/testsuite/Makefile.am,v
retrieving revision 1.33.4.4
diff -u -a -p -r1.33.4.4 Makefile.am
--- libstdc++-v3/testsuite/Makefile.am  13 May 2005 00:38:22 -0000      1.33.4.4
+++ libstdc++-v3/testsuite/Makefile.am  15 May 2005 11:50:37 -0000
@@ -66,9 +66,6 @@ lists_of_files = \
    testsuite_files_performance
 
 
-# This is automatically run after the generated check-DEJAGNU rule.
-check-local: check-abi
-
 # We need more things in site.exp, but automake completely controls the
 # creation of that file; there's no way to append to it without messing up
 # the dependancy chains.  So we overrule automake.  This rule is exactly
Index: libstdc++-v3/testsuite/Makefile.in
===================================================================
RCS file: /cvs/gcc/gcc/libstdc++-v3/testsuite/Makefile.in,v
retrieving revision 1.69.4.4
diff -u -a -p -r1.69.4.4 Makefile.in
--- libstdc++-v3/testsuite/Makefile.in  13 May 2005 00:38:22 -0000      1.69.4.4
+++ libstdc++-v3/testsuite/Makefile.in  15 May 2005 11:50:37 -0000
@@ -463,7 +463,7 @@ distdir: $(DISTFILES)
          fi; \
        done
 check-am: all-am
-       $(MAKE) $(AM_MAKEFLAGS) check-DEJAGNU check-local
+       $(MAKE) $(AM_MAKEFLAGS) check-DEJAGNU
 check: check-am
 all-am: Makefile $(LIBRARIES) all-local
 installdirs:
@@ -542,17 +542,16 @@ ps-am:
 uninstall-am: uninstall-info-am
 
 .PHONY: CTAGS GTAGS all all-am all-local check check-DEJAGNU check-am \
-       check-local clean clean-generic clean-libtool \
-       clean-noinstLIBRARIES ctags distclean distclean-DEJAGNU \
-       distclean-compile distclean-generic distclean-libtool \
-       distclean-tags distdir dvi dvi-am html html-am info info-am \
-       install install-am install-data install-data-am install-exec \
-       install-exec-am install-info install-info-am install-man \
-       install-strip installcheck installcheck-am installdirs \
-       maintainer-clean maintainer-clean-generic mostlyclean \
-       mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
-       pdf pdf-am ps ps-am tags uninstall uninstall-am \
-       uninstall-info-am
+       clean clean-generic clean-libtool clean-noinstLIBRARIES ctags \
+       distclean distclean-DEJAGNU distclean-compile \
+       distclean-generic distclean-libtool distclean-tags distdir dvi \
+       dvi-am html html-am info info-am install install-am \
+       install-data install-data-am install-exec install-exec-am \
+       install-info install-info-am install-man install-strip \
+       installcheck installcheck-am installdirs maintainer-clean \
+       maintainer-clean-generic mostlyclean mostlyclean-compile \
+       mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
+       tags uninstall uninstall-am uninstall-info-am
 
 
 all-local: stamp_wchar testsuite_files
@@ -562,9 +561,6 @@ all-local: stamp_wchar testsuite_files
 @GLIBCXX_TEST_WCHAR_T_TRUE@    touch testsuite_wchar_t
 @[EMAIL PROTECTED]:
 
-# This is automatically run after the generated check-DEJAGNU rule.
-check-local: check-abi
-
 # We need more things in site.exp, but automake completely controls the
 # creation of that file; there's no way to append to it without messing up
 # the dependancy chains.  So we overrule automake.  This rule is exactly

-- 
Andreas Schwab, SuSE Labs, [EMAIL PROTECTED]
SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany
Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."

Reply via email to