mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-24 04:19:14 +08:00
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
@ -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.
|
||||
|
10
Makefile.tpl
10
Makefile.tpl
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user