From 2481087e851651d42a161bfba5981c50ff2baa4e Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 11 Apr 2007 20:47:30 +0000 Subject: * 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@527660 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/cpp/src/tests/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'qpid/cpp/src/tests') diff --git a/qpid/cpp/src/tests/Makefile.am b/qpid/cpp/src/tests/Makefile.am index a9c2559a1f..d4a32f7a3d 100644 --- a/qpid/cpp/src/tests/Makefile.am +++ b/qpid/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: -- cgit v1.2.1