* Makefile.in (.NOTPARALLEL): Add fake tag.
authorRichard Henderson <rth@redhat.com>
Tue, 12 Mar 2002 00:48:36 +0000 (16:48 -0800)
committerRichard Henderson <rth@gcc.gnu.org>
Tue, 12 Mar 2002 00:48:36 +0000 (16:48 -0800)
From-SVN: r50622

ChangeLog
Makefile.in
gcc/ada/ChangeLog
gcc/ada/Makefile.in

index d781d2fc04b31b787d7e01eba886b6ca40a32b84..9eb8e48d1815b5db59ba8e00983cfb802717f739 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2002-03-11  Richard Henderson  <rth@redhat.com>
+
+       * Makefile.in (.NOTPARALLEL): Add fake tag.
+
 2002-03-07  H.J. Lu  (hjl@gnu.org)
 
        * configure.in: Enable gprof for mips*-*-linux*.
index d8c5c59f84fefb158c5f0fe047cd08c1339d3d45..2df4ad9be4ba294dd5ac8df3e722ac8363f8b4f5 100644 (file)
 # 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
index 1e7825ad3a0c61c692ccbd794bed5497b26a8850..e524ac773eb25b6663bd695d4c546af1fdac207d 100644 (file)
@@ -1,3 +1,7 @@
+2002-03-11  Richard Henderson  <rth@redhat.com>
+
+       * Makefile.in (.NOTPARALLEL): Add fake tag.
+
 2002-03-07  Geert Bosch  <bosch@gnat.com>
 
        * adadecode.c, adadecode.h, aux-io.c, s-traces.adb, s-traces.ads, 
index cd2fb22122afab708f1cfdb3a8a4823733cc888b..3873a40966e739878bee9774628eef0fa6f760c2 100644 (file)
 #      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: