From d8e6f00620902b9f25b621379c8d2730c9db2cc8 Mon Sep 17 00:00:00 2001 From: Nathanael Nerode Date: Tue, 3 Dec 2002 22:54:00 +0000 Subject: * Makefile.tpl: Introduce rules to serialize subconfigure runs. * Makefile.in: Regenerate. * configure.in: Introduce rules to serialize subconfigure runs. --- Makefile.tpl | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Makefile.tpl') diff --git a/Makefile.tpl b/Makefile.tpl index 288fa0c..dc99532 100644 --- a/Makefile.tpl +++ b/Makefile.tpl @@ -1289,6 +1289,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 # -------------------------------- -- cgit v1.1