Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Merrill <jason@redhat.com>2003-02-18 23:12:50 +0300
committerJason Merrill <jason@redhat.com>2003-02-18 23:12:50 +0300
commit872173c8be8f8f1bd134bc573bb86a51e9097fa6 (patch)
treea261deac205b0e93a23eb7c1629be98d90189e5e /Makefile.in
parentf4dd8875dead42e6939a220fc6d586b90ec2f8f9 (diff)
* Makefile.tpl (check-c++): Allow parallelism.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index b3d2d2756..7e420f74e 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: