diff options
| author | Jim Meyering <meyering@apache.org> | 2007-04-11 20:47:30 +0000 |
|---|---|---|
| committer | Jim Meyering <meyering@apache.org> | 2007-04-11 20:47:30 +0000 |
| commit | 2481087e851651d42a161bfba5981c50ff2baa4e (patch) | |
| tree | 62a0dbbc339b5e20ca8650cefef5559aebde505f /qpid/cpp/src/tests/Makefile.am | |
| parent | 3bcdc4ccab5c3e6b78cc728ce74e5a3fa05ab3d0 (diff) | |
| download | qpid-python-2481087e851651d42a161bfba5981c50ff2baa4e.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@527660 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests/Makefile.am')
| -rw-r--r-- | qpid/cpp/src/tests/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
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: |
