THRIFT-1829 cpp unit tests fail to build using multiple make jobs
authorRoger Meier <roger@apache.org>
Tue, 15 Jan 2013 22:20:19 +0000 (23:20 +0100)
committerRoger Meier <roger@apache.org>
Tue, 15 Jan 2013 22:20:19 +0000 (23:20 +0100)
Patch: David Rennalls and Roger Meier

lib/c_glib/Makefile.am [changed mode: 0644->0755]
lib/c_glib/test/Makefile.am [changed mode: 0644->0755]
lib/cpp/test/Makefile.am
lib/py/Makefile.am [changed mode: 0644->0755]
test/cpp/Makefile.am
test/py/Makefile.am [changed mode: 0644->0755]
tutorial/cpp/Makefile.am

old mode 100644 (file)
new mode 100755 (executable)
index f72ff96..3244f74
@@ -16,7 +16,7 @@
 # specific language governing permissions and limitations
 # under the License.
 #
-
+.NOTPARALLEL:
 SUBDIRS = . test
 
 pkgconfigdir = $(libdir)/pkgconfig
old mode 100644 (file)
new mode 100755 (executable)
index 7f2f3e3..7fed8e8
@@ -16,7 +16,7 @@
 # specific language governing permissions and limitations
 # under the License.
 #
-
+.NOTPARALLEL:
 SUBDIRS =
 
 AM_CPPFLAGS = -g -Wall -I../src $(GLIB_CFLAGS)
index 05ee9cc..d04cfb5 100755 (executable)
@@ -16,7 +16,7 @@
 # specific language governing permissions and limitations
 # under the License.
 #
-
+.NOTPARALLEL:
 noinst_LTLIBRARIES = libtestgencpp.la libprocessortest.la
 nodist_libtestgencpp_la_SOURCES = \
        gen-cpp/DebugProtoTest_types.cpp \
old mode 100644 (file)
new mode 100755 (executable)
index 4a1df57..e33bf13
@@ -16,7 +16,7 @@
 # specific language governing permissions and limitations
 # under the License.
 #
-
+.NOTPARALLEL:
 DESTDIR ?= /
 EXTRA_DIST = setup.py setup.cfg src compat
 
index 95574fc..ec4ba99 100755 (executable)
@@ -16,6 +16,7 @@
 # specific language governing permissions and limitations
 # under the License.
 #
+.NOTPARALLEL:
 noinst_LTLIBRARIES = libtestgencpp.la libstresstestgencpp.la
 nodist_libtestgencpp_la_SOURCES = \
        gen-cpp/ThriftTest_constants.cpp \
old mode 100644 (file)
new mode 100755 (executable)
index 2317ef6..6b31769
@@ -16,7 +16,7 @@
 # specific language governing permissions and limitations
 # under the License.
 #
-
+.NOTPARALLEL:
 THRIFT = $(top_srcdir)/compiler/cpp/thrift
 
 py_unit_tests = RunClientServer.py
index 0157b8d..b829845 100755 (executable)
@@ -16,6 +16,7 @@
 # specific language governing permissions and limitations
 # under the License.
 #
+.NOTPARALLEL:
 noinst_LTLIBRARIES = libtutorialgencpp.la
 nodist_libtutorialgencpp_la_SOURCES = \
        gen-cpp/Calculator.cpp \