diff options
author | DJ Delorie <dj@redhat.com> | 2003-06-12 16:06:52 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2003-06-12 16:06:52 +0000 |
commit | 1047cb916409c1554001243ccc3d2232c83f4a2b (patch) | |
tree | 64f84a631be5d94d70ffe4a989c134f43208a3ed /Makefile.in | |
parent | 2335f48e6f84405f0e48693f68eab43247985919 (diff) | |
download | gdb-1047cb916409c1554001243ccc3d2232c83f4a2b.zip gdb-1047cb916409c1554001243ccc3d2232c83f4a2b.tar.gz gdb-1047cb916409c1554001243ccc3d2232c83f4a2b.tar.bz2 |
Merge these:
2003-06-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
* configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
* configure. Regenerate.
2003-06-10 Nathanael Nerode <neroden@gcc.gnu.org>
* configure.in: Disable serial configure by default.
* configure: Regenerate.
* Makefile.tpl: Abolish .NOTPARALLEL.
* Makefile.in: Regenerate.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 10 |
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= |