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 | a2cc058a4389a2a7b68dec6ce628bcb099df713b (patch) | |
tree | 8d96913c7663abcefd11b51c499230a29a7a3951 /Makefile.tpl | |
parent | 891c7f5fcd877d758a41e20c5ab9b7b50a8d73b7 (diff) | |
download | gdb-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.tpl')
-rw-r--r-- | Makefile.tpl | 5 |
1 files changed, 5 insertions, 0 deletions
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 # -------------------------------- |