aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorNathanael Nerode <neroden@gcc.gnu.org>2002-12-03 22:54:00 +0000
committerNathanael Nerode <neroden@gcc.gnu.org>2002-12-03 22:54:00 +0000
commita2cc058a4389a2a7b68dec6ce628bcb099df713b (patch)
tree8d96913c7663abcefd11b51c499230a29a7a3951 /Makefile.in
parent891c7f5fcd877d758a41e20c5ab9b7b50a8d73b7 (diff)
downloadgdb-a2cc058a4389a2a7b68dec6ce628bcb099df713b.zip
gdb-a2cc058a4389a2a7b68dec6ce628bcb099df713b.tar.gz
gdb-a2cc058a4389a2a7b68dec6ce628bcb099df713b.tar.bz2
* Makefile.tpl: Introduce rules to serialize subconfigure runs.
* Makefile.in: Regenerate. * configure.in: Introduce rules to serialize subconfigure runs.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 723f50e..cf4ac19 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -4920,6 +4920,11 @@ $(TARGET_SUBDIR)/qthreads/Makefile: $(ALL_GCC_C)
# all-gcc only depends on all-gas if gas is present and being configured.
@maybe_dependencies@
+# Serialization dependencies. Host configures don't work well in parallel to
+# each other, due to contention over config.cache. Target configures and
+# build configures are similar.
+@serialization_dependencies@
+
# --------------------------------
# Regenerating top level configury
# --------------------------------