* Makefile.in (.NOTPARALLEL): Add fake tag.
authorRichard Henderson <rth@redhat.com>
Tue, 12 Mar 2002 01:07:47 +0000 (01:07 +0000)
committerRichard Henderson <rth@redhat.com>
Tue, 12 Mar 2002 01:07:47 +0000 (01:07 +0000)
ChangeLog
Makefile.in

index b6316203f028b0052e7d3284655681daca975e7e..76608d427422266c6bb5c4caa42b1cdbfb04d182 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 7bf5b5a3bfeb69883b892c0f2469b34b555d4539..a9e539c9da63dd45b60983ad648d9073cbeff107 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
This page took 0.032838 seconds and 4 git commands to generate.