* Makefile.tpl: Introduce rules to serialize subconfigure runs.

* Makefile.in: Regenerate.
	* configure.in: Introduce rules to serialize subconfigure runs.
This commit is contained in:
Nathanael Nerode
2002-12-03 22:54:00 +00:00
parent 891c7f5fcd
commit a2cc058a43
4 changed files with 60 additions and 4 deletions

View File

@ -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
# --------------------------------