* Makefile.tpl (check-c++): Allow parallelism.
This commit is contained in:
parent
54c7009d04
commit
e9e456850e
3 changed files with 8 additions and 2 deletions
|
@ -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>
|
2003-02-17 Andrew Cagney <ac131313@redhat.com>
|
||||||
|
|
||||||
* configure: Regenerate using autoconf 000227.
|
* configure: Regenerate using autoconf 000227.
|
||||||
|
|
|
@ -7293,7 +7293,8 @@ check-gcc-c++:
|
||||||
fi
|
fi
|
||||||
|
|
||||||
.PHONY: check-c++
|
.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
|
.PHONY: install-gcc maybe-install-gcc
|
||||||
maybe-install-gcc:
|
maybe-install-gcc:
|
||||||
|
|
|
@ -1233,7 +1233,8 @@ check-gcc-c++:
|
||||||
fi
|
fi
|
||||||
|
|
||||||
.PHONY: check-c++
|
.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
|
.PHONY: install-gcc maybe-install-gcc
|
||||||
maybe-install-gcc:
|
maybe-install-gcc:
|
||||||
|
|
Loading…
Reference in a new issue