diff options
author | Jason Merrill <jason@redhat.com> | 2003-02-18 20:12:50 +0000 |
---|---|---|
committer | Jason Merrill <jason@redhat.com> | 2003-02-18 20:12:50 +0000 |
commit | e9e456850eda415068b8a206cc03e96e7375bda9 (patch) | |
tree | 8d2b6b8445f98a94a2b21ae93b2f29063edddfd8 /Makefile.tpl | |
parent | 54c7009d04fc3da51b50cfbefe5f5894db2cad32 (diff) | |
download | fsf-binutils-gdb-e9e456850eda415068b8a206cc03e96e7375bda9.zip fsf-binutils-gdb-e9e456850eda415068b8a206cc03e96e7375bda9.tar.gz fsf-binutils-gdb-e9e456850eda415068b8a206cc03e96e7375bda9.tar.bz2 |
* Makefile.tpl (check-c++): Allow parallelism.
Diffstat (limited to 'Makefile.tpl')
-rw-r--r-- | Makefile.tpl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.tpl b/Makefile.tpl index baf1afa..fe3ecec 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: |