* Makefile.tpl (check-c++): Allow parallelism.

This commit is contained in:
Jason Merrill 2003-02-18 20:12:50 +00:00
parent f4dd8875de
commit 872173c8be
3 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2003-02-18 Jason Merrill <jason@redhat.com>
* Makefile.tpl (check-c++): Allow parallelism.
2003-02-17 Andrew Cagney <ac131313@redhat.com>
* configure: Regenerate using autoconf 000227.

View File

@ -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:

View File

@ -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: