From: Richard Henderson Date: Tue, 12 Mar 2002 01:07:47 +0000 (+0000) Subject: * Makefile.in (.NOTPARALLEL): Add fake tag. X-Git-Tag: binutils-2_13-branchpoint~1768 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3daeddf6b0fc94547805fce70c7a740a7b1a8a1c;p=thirdparty%2Fbinutils-gdb.git * Makefile.in (.NOTPARALLEL): Add fake tag. --- diff --git a/ChangeLog b/ChangeLog index b6316203f02..76608d42742 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 7bf5b5a3bfe..a9e539c9da6 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