From de8af572fd9cf8e7ab6146943d81949881394bec Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Tue, 12 Mar 2002 01:07:47 +0000 Subject: * Makefile.in (.NOTPARALLEL): Add fake tag. --- Makefile.in | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index 7bf5b5a3b..a9e539c9d 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 -- cgit v1.2.3