aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorNathanael Nerode <neroden@gcc.gnu.org>2003-06-11 03:04:44 +0000
committerNathanael Nerode <neroden@gcc.gnu.org>2003-06-11 03:04:44 +0000
commitbf1d3e81e8584dd2480e66cd242e5dc8cb780f93 (patch)
tree27cebd7ea287cae60ac3ac5e39012775e96fc239 /Makefile.in
parentca895f7d91164ee9944487cb2d86cee969094482 (diff)
downloadgcc-bf1d3e81e8584dd2480e66cd242e5dc8cb780f93.zip
gcc-bf1d3e81e8584dd2480e66cd242e5dc8cb780f93.tar.gz
gcc-bf1d3e81e8584dd2480e66cd242e5dc8cb780f93.tar.bz2
configure.in: Disable serial configure by default.
* configure.in: Disable serial configure by default. * configure: Regenerate. * Makefile.tpl: Abolish .NOTPARALLEL. * Makefile.in: Regenerate. From-SVN: r67747
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in10
1 files changed, 2 insertions, 8 deletions
diff --git a/Makefile.in b/Makefile.in
index 70436d7..82f67cf 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -17293,7 +17293,7 @@ clean-target-libgcc:
.PHONY: check do-check
check:
- $(MAKE) do-check NOTPARALLEL=parallel-ok
+ $(MAKE) do-check
# Only include modules actually being configured and built.
do-check: maybe-check-gcc \
@@ -23693,7 +23693,7 @@ check-gcc-c++:
.PHONY: check-c++
check-c++:
- $(MAKE) check-target-libstdc++-v3 check-gcc-c++ NOTPARALLEL=parallel-ok
+ $(MAKE) check-target-libstdc++-v3 check-gcc-c++
.PHONY: install-gcc maybe-install-gcc
maybe-install-gcc:
@@ -23890,12 +23890,6 @@ $(srcdir)/configure: @MAINT@ $(srcdir)/configure.in $(srcdir)/config/acx.m4
# Special directives to GNU Make
# ------------------------------
-# 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):
-
# Don't pass command-line variables to submakes.
.NOEXPORT:
MAKEOVERRIDES=