From: Jason Merrill Date: Tue, 18 Feb 2003 20:12:50 +0000 (+0000) Subject: * Makefile.tpl (check-c++): Allow parallelism. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e9e456850eda415068b8a206cc03e96e7375bda9;p=binutils-gdb.git * Makefile.tpl (check-c++): Allow parallelism. --- diff --git a/ChangeLog b/ChangeLog index e219e9b2e20..b18b1967014 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2003-02-18 Jason Merrill + + * Makefile.tpl (check-c++): Allow parallelism. + 2003-02-17 Andrew Cagney * configure: Regenerate using autoconf 000227. 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: