OSDN Git Service

* Makefile.in (.NOTPARALLEL): Add fake tag.
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 12 Mar 2002 00:48:36 +0000 (00:48 +0000)
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 12 Mar 2002 00:48:36 +0000 (00:48 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@50622 138bc75d-0d04-0410-961f-82ee72b054a4

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

index d781d2f..9eb8e48 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 d8c5c59..2df4ad9 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 1e7825a..e524ac7 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 cd2fb22..3873a40 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: