diff --git a/ChangeLog b/ChangeLog index d781d2fc04b..9eb8e48d181 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2002-03-11 Richard Henderson + + * Makefile.in (.NOTPARALLEL): Add fake tag. + 2002-03-07 H.J. Lu (hjl@gnu.org) * configure.in: Enable gprof for mips*-*-linux*. diff --git a/Makefile.in b/Makefile.in index d8c5c59f84f..2df4ad9be4b 100644 --- a/Makefile.in +++ b/Makefile.in @@ -18,6 +18,11 @@ # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. # +# Tell GNU make 2.79 not to run the top level in parallel. This +# prevents contention for $builddir/$target/config.cache, as well +# as minimizing scatter in file system caches. +.NOTPARALLEL: + srcdir = . prefix = /usr/local diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog index 1e7825ad3a0..e524ac773eb 100644 --- a/gcc/ada/ChangeLog +++ b/gcc/ada/ChangeLog @@ -1,3 +1,7 @@ +2002-03-11 Richard Henderson + + * Makefile.in (.NOTPARALLEL): Add fake tag. + 2002-03-07 Geert Bosch * adadecode.c, adadecode.h, aux-io.c, s-traces.adb, s-traces.ads, diff --git a/gcc/ada/Makefile.in b/gcc/ada/Makefile.in index cd2fb22122a..3873a40966e 100644 --- a/gcc/ada/Makefile.in +++ b/gcc/ada/Makefile.in @@ -57,6 +57,10 @@ # FLEX: Gnu flex works. # Other miscellaneous tools for obscure targets. +# Tell GNU make 2.79 not to run this directory in parallel. +# Not all of the required dependencies are present. +.NOTPARALLEL: + # Suppress smart makes who think they know how to automake Yacc files .y.c: