summaryrefslogtreecommitdiff
path: root/cpp/src
diff options
context:
space:
mode:
authorJim Meyering <meyering@apache.org>2007-04-11 20:47:30 +0000
committerJim Meyering <meyering@apache.org>2007-04-11 20:47:30 +0000
commitf95063937178dc3171715382fecc77fca0aff02a (patch)
tree9be0197a7e565f2689134de78abb20d916088851 /cpp/src
parent2f4a14b37f6d36eb0cedb689a78e336100cd00e1 (diff)
downloadqpid-python-f95063937178dc3171715382fecc77fca0aff02a.tar.gz
* src/tests/Makefile.am: Use .NOTPARALLEL target to suppress
parallelism in this directory, even when make is invoked with e.g., -j2. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@527660 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src')
-rw-r--r--cpp/src/tests/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/cpp/src/tests/Makefile.am b/cpp/src/tests/Makefile.am
index a9c2559a1f..d4a32f7a3d 100644
--- a/cpp/src/tests/Makefile.am
+++ b/cpp/src/tests/Makefile.am
@@ -121,3 +121,7 @@ check-unit:
.valgrindrc: .valgrindrc-default
cp $(srcdir)/.valgrindrc-default .valgrindrc
+# Tell GNU make not to build targets in this directory in parallel.
+# This is necessary because with two or more identical and simultaneous
+# ltmain invocations, one may corrupt the temporaries of the other.
+.NOTPARALLEL: