You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by ns...@apache.org on 2016/10/19 13:54:04 UTC

thrift git commit: THRIFT-3949 missing make dist entry for compiler/cpp/test

Repository: thrift
Updated Branches:
  refs/heads/master 015fe5272 -> 59cb6661b


THRIFT-3949 missing make dist entry for compiler/cpp/test

This closes #1115


Project: http://git-wip-us.apache.org/repos/asf/thrift/repo
Commit: http://git-wip-us.apache.org/repos/asf/thrift/commit/59cb6661
Tree: http://git-wip-us.apache.org/repos/asf/thrift/tree/59cb6661
Diff: http://git-wip-us.apache.org/repos/asf/thrift/diff/59cb6661

Branch: refs/heads/master
Commit: 59cb6661bcee265d39ad524154472ebe27760f1e
Parents: 015fe52
Author: Nobuaki Sukegawa <ns...@apache.org>
Authored: Wed Oct 19 12:02:39 2016 +0900
Committer: Nobuaki Sukegawa <ns...@apache.org>
Committed: Wed Oct 19 22:53:32 2016 +0900

----------------------------------------------------------------------
 build/docker/scripts/make-dist.sh | 3 +++
 compiler/cpp/Makefile.am          | 1 +
 2 files changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/thrift/blob/59cb6661/build/docker/scripts/make-dist.sh
----------------------------------------------------------------------
diff --git a/build/docker/scripts/make-dist.sh b/build/docker/scripts/make-dist.sh
index c728130..5a3681e 100755
--- a/build/docker/scripts/make-dist.sh
+++ b/build/docker/scripts/make-dist.sh
@@ -4,3 +4,6 @@ set -ev
 ./bootstrap.sh
 ./configure $*
 make dist
+tar xvf thrift-*.tar.gz
+cd thrift-*
+./build/docker/scripts/cmake.sh

http://git-wip-us.apache.org/repos/asf/thrift/blob/59cb6661/compiler/cpp/Makefile.am
----------------------------------------------------------------------
diff --git a/compiler/cpp/Makefile.am b/compiler/cpp/Makefile.am
index caf9424..a239391 100644
--- a/compiler/cpp/Makefile.am
+++ b/compiler/cpp/Makefile.am
@@ -191,6 +191,7 @@ EXTRA_DIST = \
              coding_standards.md \
              README.md \
              CMakeLists.txt \
+             test \
              $(WINDOWS_DIST)
 
 clean-local: