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:
authorRichard Henderson <rth@redhat.com>2002-03-13 04:19:29 +0300
committerRichard Henderson <rth@redhat.com>2002-03-13 04:19:29 +0300
commit2b1c041081cef338391a0613fbf87e8ae227d3e0 (patch)
tree4610c71f0ca076babfcbc236b4ab6dfffadeb06a /Makefile.in
parentc53d845331503383602ecbdbf285a5a1c0a28939 (diff)
* Makefile.in (NOTPARALLEL): New. Use it instead of explicit
.NOTPARALLEL tag. (do-check): Rename from check. (check): Allow parallel check.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in12
1 files changed, 8 insertions, 4 deletions
diff --git a/Makefile.in b/Makefile.in
index a9e539c9d..bdb1d48f7 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -18,10 +18,11 @@
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#
-# Tell GNU make 2.79 not to run the top level in parallel. This
+# Tell GNU make 3.79 not to run the top level in parallel. This
# prevents contention for $builddir/$target/config.cache, as well
# as minimizing scatter in file system caches.
-.NOTPARALLEL:
+NOTPARALLEL = .NOTPARALLEL
+$(NOTPARALLEL):
srcdir = .
@@ -1123,8 +1124,11 @@ clean-target-libgcc:
# Check target.
-.PHONY: check
-check: $(CHECK_MODULES) \
+.PHONY: check do-check
+check:
+ $(MAKE) do-check NOTPARALLEL=parallel-ok
+
+do-check: $(CHECK_MODULES) \
$(CHECK_TARGET_MODULES) \
$(CHECK_X11_MODULES) \
check-gcc