diff options
author | Richard Henderson <rth@redhat.com> | 2002-03-12 01:07:47 +0000 |
---|---|---|
committer | Richard Henderson <rth@redhat.com> | 2002-03-12 01:07:47 +0000 |
commit | 3daeddf6b0fc94547805fce70c7a740a7b1a8a1c (patch) | |
tree | 260a5634b734b78eff50f6fba7eab2d4fa53e41b /Makefile.in | |
parent | 0fe812311484d3a5a18bc0409bfe88c5ac11cd8a (diff) | |
download | gdb-3daeddf6b0fc94547805fce70c7a740a7b1a8a1c.zip gdb-3daeddf6b0fc94547805fce70c7a740a7b1a8a1c.tar.gz gdb-3daeddf6b0fc94547805fce70c7a740a7b1a8a1c.tar.bz2 |
* Makefile.in (.NOTPARALLEL): Add fake tag.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index 7bf5b5a..a9e539c 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 |