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

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

From-SVN: r60107
This commit is contained in:
Jason Merrill 2002-12-13 17:26:37 -05:00 committed by Jason Merrill
parent 75c525d71b
commit 0edcfdcb73
2 changed files with 12 additions and 4 deletions

View File

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

View File

@ -1586,17 +1586,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: