summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>2002-03-12 00:48:36 +0000
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>2002-03-12 00:48:36 +0000
commitb65e027cf3f5ab06a97475b51c4e54b8c15d2b41 (patch)
tree0fbd527ccd4b290ec9f596691c279cdd3ae8993a /Makefile.in
parent337057dd46c607bfdb0d01974e8c8398f89c1741 (diff)
downloadgcc-b65e027cf3f5ab06a97475b51c4e54b8c15d2b41.tar.gz
* Makefile.in (.NOTPARALLEL): Add fake tag.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@50622 138bc75d-0d04-0410-961f-82ee72b054a4
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 d8c5c59f84f..2df4ad9be4b 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