Makefile.tpl (check-gcc-c++): Renamed from check-c++.

* Makefile.tpl (check-gcc-c++): Renamed from check-c++.  Don't run
        library tests.
        (check-c++): Just depend on it and check-target-libstdc++-v3.
        * Makefile.in: Regenerate.

From-SVN: r60126
This commit is contained in:
Jason Merrill 2002-12-14 03:37:12 -05:00 committed by Jason Merrill
parent 2545fbad4e
commit 6248218aee
2 changed files with 9 additions and 6 deletions

View File

@ -1,9 +1,10 @@
2002-12-13 Jason Merrill <jason@redhat.com>
* Makefile.in (check-gcc-c++): Renamed from check-c++. Don't run
* Makefile.tpl (check-gcc-c++): Renamed from check-c++. Don't run
library tests.
(check-c++): Just depend on it and check-target-libstdc++-v3.
* Makefile.in: Regenerate.
2002-12-12 Alexandre Oliva <aoliva@redhat.com>
* Makefile.in (configure-target-rda): Depend on ALL_GCC_C.

View File

@ -1327,17 +1327,19 @@ check-gcc:
true; \
fi
.PHONY: check-c++
check-c++:
.PHONY: check-gcc-c++
check-gcc-c++:
@if [ -f ./gcc/Makefile ] ; then \
r=`${PWD}`; export r; \
s=`cd $(srcdir); ${PWD}`; export s; \
$(SET_LIB_PATH) \
(cd gcc; $(MAKE) $(GCC_FLAGS_TO_PASS) check-c++); \
$(MAKE) check-target-libstdc++-v3; \
else \
true; \
fi
fi
.PHONY: check-c++
check-c++: check-target-libstdc++-v3 check-gcc-c++
.PHONY: install-gcc
install-gcc: