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:
parent
2545fbad4e
commit
6248218aee
2 changed files with 9 additions and 6 deletions
|
@ -1,9 +1,10 @@
|
||||||
2002-12-13 Jason Merrill <jason@redhat.com>
|
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.
|
library tests.
|
||||||
(check-c++): Just depend on it and check-target-libstdc++-v3.
|
(check-c++): Just depend on it and check-target-libstdc++-v3.
|
||||||
|
* Makefile.in: Regenerate.
|
||||||
|
|
||||||
2002-12-12 Alexandre Oliva <aoliva@redhat.com>
|
2002-12-12 Alexandre Oliva <aoliva@redhat.com>
|
||||||
|
|
||||||
* Makefile.in (configure-target-rda): Depend on ALL_GCC_C.
|
* Makefile.in (configure-target-rda): Depend on ALL_GCC_C.
|
||||||
|
|
10
Makefile.tpl
10
Makefile.tpl
|
@ -1327,17 +1327,19 @@ check-gcc:
|
||||||
true; \
|
true; \
|
||||||
fi
|
fi
|
||||||
|
|
||||||
.PHONY: check-c++
|
.PHONY: check-gcc-c++
|
||||||
check-c++:
|
check-gcc-c++:
|
||||||
@if [ -f ./gcc/Makefile ] ; then \
|
@if [ -f ./gcc/Makefile ] ; then \
|
||||||
r=`${PWD}`; export r; \
|
r=`${PWD}`; export r; \
|
||||||
s=`cd $(srcdir); ${PWD}`; export s; \
|
s=`cd $(srcdir); ${PWD}`; export s; \
|
||||||
$(SET_LIB_PATH) \
|
$(SET_LIB_PATH) \
|
||||||
(cd gcc; $(MAKE) $(GCC_FLAGS_TO_PASS) check-c++); \
|
(cd gcc; $(MAKE) $(GCC_FLAGS_TO_PASS) check-c++); \
|
||||||
$(MAKE) check-target-libstdc++-v3; \
|
|
||||||
else \
|
else \
|
||||||
true; \
|
true; \
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
.PHONY: check-c++
|
||||||
|
check-c++: check-target-libstdc++-v3 check-gcc-c++
|
||||||
|
|
||||||
.PHONY: install-gcc
|
.PHONY: install-gcc
|
||||||
install-gcc:
|
install-gcc:
|
||||||
|
|
Loading…
Add table
Reference in a new issue