You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by je...@apache.org on 2014/07/27 13:36:51 UTC

git commit: make clean should remove gen-go folder

Repository: thrift
Updated Branches:
  refs/heads/master 11066bd56 -> f04d9f45d


make clean should remove gen-go folder


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

Branch: refs/heads/master
Commit: f04d9f45dd71318dddb00fb58814c8fb36a61372
Parents: 11066bd
Author: Jens Geyer <je...@apache.org>
Authored: Sun Jul 27 13:32:12 2014 +0200
Committer: Jens Geyer <je...@apache.org>
Committed: Sun Jul 27 13:35:04 2014 +0200

----------------------------------------------------------------------
 lib/go/test/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/thrift/blob/f04d9f45/lib/go/test/Makefile.am
----------------------------------------------------------------------
diff --git a/lib/go/test/Makefile.am b/lib/go/test/Makefile.am
index ec4011b..c13ba74 100644
--- a/lib/go/test/Makefile.am
+++ b/lib/go/test/Makefile.am
@@ -57,7 +57,7 @@ check: gopath
 	GOPATH=`pwd`/gopath $(GO) test thrift tests
 
 clean-local:
-	$(RM) -r gopath ThriftTest.thrift
+	$(RM) -r gopath ThriftTest.thrift gen-go
 
 client: stubs
 	$(GO) run TestClient.go