You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by jf...@apache.org on 2014/07/10 20:20:50 UTC

git commit: Thrift-2602:Fix missing dist files Client: build process Patch: jfarrell

Repository: thrift
Updated Branches:
  refs/heads/master 507ba1bb3 -> 4c8506e30


Thrift-2602:Fix missing dist files
Client: build process
Patch: jfarrell

Introduced a bug in 8fd8c63 adding gen files to the dist, removing those
files from the EXTRA_DIST.


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

Branch: refs/heads/master
Commit: 4c8506e30d2eee616ea62b79fc6c3e523a03f294
Parents: 507ba1b
Author: jfarrell <jf...@apache.org>
Authored: Thu Jul 10 14:17:49 2014 -0400
Committer: jfarrell <jf...@apache.org>
Committed: Thu Jul 10 14:17:49 2014 -0400

----------------------------------------------------------------------
 lib/php/test/Makefile.am | 4 +---
 tutorial/Makefile.am     | 1 -
 2 files changed, 1 insertion(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/thrift/blob/4c8506e3/lib/php/test/Makefile.am
----------------------------------------------------------------------
diff --git a/lib/php/test/Makefile.am b/lib/php/test/Makefile.am
index 1119d3f..1292b81 100755
--- a/lib/php/test/Makefile.am
+++ b/lib/php/test/Makefile.am
@@ -32,7 +32,5 @@ endif
 clean-local:
 	$(RM) -r ./packages
 
-EXTRA_DIST = \
-	Test \
-	phpunit.xml
+EXTRA_DIST = Test
 

http://git-wip-us.apache.org/repos/asf/thrift/blob/4c8506e3/tutorial/Makefile.am
----------------------------------------------------------------------
diff --git a/tutorial/Makefile.am b/tutorial/Makefile.am
index a010523..f3fd1dd 100755
--- a/tutorial/Makefile.am
+++ b/tutorial/Makefile.am
@@ -69,7 +69,6 @@ EXTRA_DIST = \
 	d \
 	delphi \
 	erl \
-	gen-html \
 	hs \
 	ocaml \
 	perl \