From 0537137ab0caebe02eab814c7cfa141c857e194c Mon Sep 17 00:00:00 2001 From: jason Date: Tue, 18 Feb 2003 19:15:17 +0000 Subject: [PATCH] * Makefile.tpl (check-c++): Allow parallelism. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63053 138bc75d-0d04-0410-961f-82ee72b054a4 --- ChangeLog | 4 ++++ Makefile.in | 3 ++- Makefile.tpl | 3 ++- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 29787ca5050..56942278b38 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2003-02-18 Jason Merrill + + * Makefile.tpl (check-c++): Allow parallelism. + 2003-02-16 Gerald Pfeifer * MAINTAINERS: Remove John Carr (who never actually had access to diff --git a/Makefile.in b/Makefile.in index b3d2d275682..7e420f74e54 100644 --- a/Makefile.in +++ b/Makefile.in @@ -7293,7 +7293,8 @@ check-gcc-c++: fi .PHONY: check-c++ -check-c++: check-target-libstdc++-v3 check-gcc-c++ +check-c++: + $(MAKE) check-target-libstdc++-v3 check-gcc-c++ NOTPARALLEL=parallel-ok .PHONY: install-gcc maybe-install-gcc maybe-install-gcc: diff --git a/Makefile.tpl b/Makefile.tpl index baf1afa24d1..fe3ecec6cd5 100644 --- a/Makefile.tpl +++ b/Makefile.tpl @@ -1233,7 +1233,8 @@ check-gcc-c++: fi .PHONY: check-c++ -check-c++: check-target-libstdc++-v3 check-gcc-c++ +check-c++: + $(MAKE) check-target-libstdc++-v3 check-gcc-c++ NOTPARALLEL=parallel-ok .PHONY: install-gcc maybe-install-gcc maybe-install-gcc: -- 2.11.0