summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorRichard Henderson <rth@redhat.com>2002-03-12 01:07:47 +0000
committerRichard Henderson <rth@redhat.com>2002-03-12 01:07:47 +0000
commit3e9384bd07f6cfe6f091a6f5082922e7d08583d9 (patch)
treef912783779448501a56b909e99f1cdf8b6b99d07 /Makefile.in
parent681cc1d94553e629d605169c8172aeb6cfe86195 (diff)
downloadgdb-3e9384bd07f6cfe6f091a6f5082922e7d08583d9.tar.gz
* Makefile.in (.NOTPARALLEL): Add fake tag.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in5
1 files changed, 5 insertions, 0 deletions
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