summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>2002-03-13 00:38:20 +0000
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>2002-03-13 00:38:20 +0000
commit863ba363516bfdbfaf0540009c9dc16aa7209496 (patch)
tree2fa1e27534dc0e051b49e478277e351167d1b565 /Makefile.in
parentcfb0442883a38837aacc342546c703bad6cbd4b2 (diff)
downloadgcc-863ba363516bfdbfaf0540009c9dc16aa7209496.tar.gz
* Makefile.in (NOTPARALLEL): New. Use it instead of explicit
.NOTPARALLEL tag. (do-check): Rename from check. (check): Allow parallel check. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@50700 138bc75d-0d04-0410-961f-82ee72b054a4
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 2df4ad9be4b..a2393d9eb6c 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 = .
@@ -1121,8 +1122,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