commit | c095919087adc9508300ec6e9cdcd58cf147a207 | [log] [tgz] |
---|---|---|
author | Roger Meier <roger@apache.org> | 周二 1月 15 23:20:19 2013 +0100 |
committer | Roger Meier <roger@apache.org> | 周二 1月 15 23:20:19 2013 +0100 |
tree | 9a7d224c815965c253f5e561943cc603b1eaa437 | |
parent | e3da768367d0a3e013a00a5a365e58aed3bffa32 [diff] |
THRIFT-1829 cpp unit tests fail to build using multiple make jobs Patch: David Rennalls and Roger Meier
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 \