From f95063937178dc3171715382fecc77fca0aff02a 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/qpid@527660 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/tests/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'cpp/src') 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: -- cgit v1.2.1