Updated Branches: refs/heads/master e3da76836 -> c09591908
THRIFT-1829 cpp unit tests fail to build using multiple make jobs Patch: David Rennalls and Roger Meier Project: http://git-wip-us.apache.org/repos/asf/thrift/repo Commit: http://git-wip-us.apache.org/repos/asf/thrift/commit/c0959190 Tree: http://git-wip-us.apache.org/repos/asf/thrift/tree/c0959190 Diff: http://git-wip-us.apache.org/repos/asf/thrift/diff/c0959190 Branch: refs/heads/master Commit: c095919087adc9508300ec6e9cdcd58cf147a207 Parents: e3da768 Author: Roger Meier <[email protected]> Authored: Tue Jan 15 23:20:19 2013 +0100 Committer: Roger Meier <[email protected]> Committed: Tue Jan 15 23:20:19 2013 +0100 ---------------------------------------------------------------------- lib/c_glib/Makefile.am | 2 +- lib/c_glib/test/Makefile.am | 2 +- lib/cpp/test/Makefile.am | 2 +- lib/py/Makefile.am | 2 +- test/cpp/Makefile.am | 1 + test/py/Makefile.am | 2 +- tutorial/cpp/Makefile.am | 1 + 7 files changed, 7 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/thrift/blob/c0959190/lib/c_glib/Makefile.am ---------------------------------------------------------------------- diff --git a/lib/c_glib/Makefile.am b/lib/c_glib/Makefile.am old mode 100644 new mode 100755 index f72ff96..3244f74 --- a/lib/c_glib/Makefile.am +++ b/lib/c_glib/Makefile.am @@ -16,7 +16,7 @@ # specific language governing permissions and limitations # under the License. # - +.NOTPARALLEL: SUBDIRS = . test pkgconfigdir = $(libdir)/pkgconfig http://git-wip-us.apache.org/repos/asf/thrift/blob/c0959190/lib/c_glib/test/Makefile.am ---------------------------------------------------------------------- diff --git a/lib/c_glib/test/Makefile.am b/lib/c_glib/test/Makefile.am old mode 100644 new mode 100755 index 7f2f3e3..7fed8e8 --- a/lib/c_glib/test/Makefile.am +++ b/lib/c_glib/test/Makefile.am @@ -16,7 +16,7 @@ # specific language governing permissions and limitations # under the License. # - +.NOTPARALLEL: SUBDIRS = AM_CPPFLAGS = -g -Wall -I../src $(GLIB_CFLAGS) http://git-wip-us.apache.org/repos/asf/thrift/blob/c0959190/lib/cpp/test/Makefile.am ---------------------------------------------------------------------- diff --git a/lib/cpp/test/Makefile.am b/lib/cpp/test/Makefile.am index 05ee9cc..d04cfb5 100755 --- a/lib/cpp/test/Makefile.am +++ b/lib/cpp/test/Makefile.am @@ -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 \ http://git-wip-us.apache.org/repos/asf/thrift/blob/c0959190/lib/py/Makefile.am ---------------------------------------------------------------------- diff --git a/lib/py/Makefile.am b/lib/py/Makefile.am old mode 100644 new mode 100755 index 4a1df57..e33bf13 --- a/lib/py/Makefile.am +++ b/lib/py/Makefile.am @@ -16,7 +16,7 @@ # specific language governing permissions and limitations # under the License. # - +.NOTPARALLEL: DESTDIR ?= / EXTRA_DIST = setup.py setup.cfg src compat http://git-wip-us.apache.org/repos/asf/thrift/blob/c0959190/test/cpp/Makefile.am ---------------------------------------------------------------------- diff --git a/test/cpp/Makefile.am b/test/cpp/Makefile.am index 95574fc..ec4ba99 100755 --- a/test/cpp/Makefile.am +++ b/test/cpp/Makefile.am @@ -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 \ http://git-wip-us.apache.org/repos/asf/thrift/blob/c0959190/test/py/Makefile.am ---------------------------------------------------------------------- diff --git a/test/py/Makefile.am b/test/py/Makefile.am old mode 100644 new mode 100755 index 2317ef6..6b31769 --- a/test/py/Makefile.am +++ b/test/py/Makefile.am @@ -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 http://git-wip-us.apache.org/repos/asf/thrift/blob/c0959190/tutorial/cpp/Makefile.am ---------------------------------------------------------------------- diff --git a/tutorial/cpp/Makefile.am b/tutorial/cpp/Makefile.am index 0157b8d..b829845 100755 --- a/tutorial/cpp/Makefile.am +++ b/tutorial/cpp/Makefile.am @@ -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 \
