X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=Makefile.in;h=82f67cf06c71a4d7c1ea940dc65073fe4dbaec85;hb=1047cb916409c1554001243ccc3d2232c83f4a2b;hp=70436d7a6bc73032051191d04a8f8ffd1d3656fd;hpb=2335f48e6f84405f0e48693f68eab43247985919;p=deliverable%2Fbinutils-gdb.git diff --git a/Makefile.in b/Makefile.in index 70436d7a6b..82f67cf06c 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=