diff options
author | Nathanael Nerode <neroden@gcc.gnu.org> | 2002-12-03 22:54:00 +0000 |
---|---|---|
committer | Nathanael Nerode <neroden@gcc.gnu.org> | 2002-12-03 22:54:00 +0000 |
commit | 957530851a4bcc7eaa7ee7b2c587aff454826ffb (patch) | |
tree | bda15427a297d6b44a3dc3643c60d9022dd97e6f /Makefile.tpl | |
parent | c8b3265c62332e2c8ded3e72cc87b2efd92e68bd (diff) | |
download | gdb-957530851a4bcc7eaa7ee7b2c587aff454826ffb.tar.gz |
* Makefile.tpl: Introduce rules to serialize subconfigure runs.
* Makefile.in: Regenerate.
* configure.in: Introduce rules to serialize subconfigure runs.
Diffstat (limited to 'Makefile.tpl')
-rw-r--r-- | Makefile.tpl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.tpl b/Makefile.tpl index 288fa0c8f6a..dc99532abe8 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 # -------------------------------- |