From: Jason Merrill Date: Sat, 14 Dec 2002 08:35:49 +0000 (+0000) Subject: * Makefile.tpl (check-gcc-c++): Renamed from check-c++. Don't run X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7d695d0786ab7ff08da2f69ef1256dd721d7edb1;p=binutils-gdb.git * 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. --- diff --git a/ChangeLog b/ChangeLog index c91d20bd162..10923801d38 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2002-12-13 Jason Merrill + + * 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-13 Nathanael Nerode * configure.in, Makefile.tpl, Makefile.def: Remove tclX. diff --git a/Makefile.in b/Makefile.in index dfddbdabe5f..f7c38950f12 100644 --- a/Makefile.in +++ b/Makefile.in @@ -7539,17 +7539,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 maybe-install-gcc maybe-install-gcc: diff --git a/Makefile.tpl b/Makefile.tpl index 3518079f8a4..9f64035a380 100644 --- a/Makefile.tpl +++ b/Makefile.tpl @@ -1213,17 +1213,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 maybe-install-gcc maybe-install-gcc: